15
0

- Fix build for older distributions by buildrequiring a new-enough pytest

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=164
This commit is contained in:
2020-03-21 14:58:35 +00:00
committed by Git OBS Bridge
parent 20d1799fa3
commit 7e5a97dcab
2 changed files with 2 additions and 1 deletions

View File

@@ -36,8 +36,8 @@ Provides: python-sqlalchemy = %{version}
Obsoletes: python-sqlalchemy < %{version}
# SECTION test requirements
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest >= 4.4.0}
BuildRequires: %{python_module pytest-xdist}
BuildRequires: %{python_module pytest}
# /SECTION
%ifpython2
Obsoletes: %{oldpython}-sqlalchemy < %{version}