diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index ef7a1eb..ca21402 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -80,10 +80,6 @@ This package includes the python 3 version of the module. %prep %setup -q -n %{srcname}-%{srcversion} -# Remove flag for pytest-xdist. (python2-pytest-xdist is a removed dependency.) -# (--max-worker-restart=5 would end the test run after 5 crashing tests.) -sed -i -e's/\(addopts = .*\) --max-worker-restart=5/\1/' setup.cfg - %build %py3_build @@ -112,6 +108,7 @@ PYTHONPATH=. %{__python3} -m pytest test \ * Tue Mar 08 2022 Nils Philippsen - 1.4.32-1 - version 1.4.32 - don't BR: python3-pytest-xdist on EL9 +- remove obsolete (no-op) tweak of setup.cfg * Fri Jan 21 2022 Nils Philippsen - 1.4.31-1 - version 1.4.31