remove obsolete (no-op) tweak of setup.cfg
Signed-off-by: Nils Philippsen <nils@tiptoe.de>
This commit is contained in:
parent
b5a939a5f1
commit
deb84ea146
@ -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 <nils@tiptoe.de> - 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 <nils@tiptoe.de> - 1.4.31-1
|
||||
- version 1.4.31
|
||||
|
Loading…
Reference in New Issue
Block a user