diff --git a/python-SQLAlchemy1.changes b/python-SQLAlchemy1.changes index 2e81cf9..77fe1fc 100644 --- a/python-SQLAlchemy1.changes +++ b/python-SQLAlchemy1.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat May 6 15:46:20 UTC 2023 - Dirk Müller + +- remove parallel testing, too unstable +- readd provides which is needed to select between 1.x and 2.x + ------------------------------------------------------------------- Thu May 4 14:47:24 UTC 2023 - Dirk Müller diff --git a/python-SQLAlchemy1.spec b/python-SQLAlchemy1.spec index 0d658e1..8093235 100644 --- a/python-SQLAlchemy1.spec +++ b/python-SQLAlchemy1.spec @@ -35,6 +35,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python Requires: python-greenlet +Provides: python-sqlalchemy = %{version} Conflicts: python-SQLAlchemy %if %{python_version_nodots} < 38 Requires: python-importlib-metadata @@ -43,7 +44,6 @@ Requires: python-importlib-metadata BuildRequires: %{python_module greenlet} BuildRequires: %{python_module importlib-metadata} BuildRequires: %{python_module pytest >= 4.4.0} -BuildRequires: %{python_module pytest-xdist} # /SECTION %python_subpackages @@ -82,7 +82,7 @@ export CFLAGS="%{optflags} -fno-strict-aliasing" %check # One test fails on Python 3.6 # packaging.version.InvalidVersion: Invalid version: 'SQLAlchemy' -%pytest_arch %{?jobs:-n %jobs} -k 'not (test_parseconnect and CreateEngineTest and test_bad_args)' +%pytest_arch -k 'not (test_parseconnect and CreateEngineTest and test_bad_args)' %files %{python_files} %license LICENSE