From b14e2409d8beeb92a87dc5590aa231de797198c048da958c23f1e830b21f690a Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 9 May 2023 11:07:08 +0000 Subject: [PATCH] Accepting request 1085288 from devel:languages:python - remove parallel testing, too unstable - readd provides which is needed to select between 1.x and 2.x OBS-URL: https://build.opensuse.org/request/show/1085288 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-SQLAlchemy1?expand=0&rev=2 --- python-SQLAlchemy1.changes | 6 ++++++ python-SQLAlchemy1.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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