From deb84ea14620278f4fe1118eb98e55e8f69b78e1 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Tue, 8 Mar 2022 10:24:01 +0100 Subject: [PATCH] remove obsolete (no-op) tweak of setup.cfg Signed-off-by: Nils Philippsen --- python-sqlalchemy.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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