Generally BR: python3-pytest-xdist, also on EL9

Signed-off-by: Nils Philippsen <nils@tiptoe.de>
This commit is contained in:
Nils Philippsen 2022-06-08 15:09:12 +02:00
parent 264081ef59
commit 135fe38dc4
1 changed files with 4 additions and 5 deletions

View File

@ -1,9 +1,5 @@
# when bootstrapping Python, pytest-xdist is not yet available (also not yet in EPEL9)
%if ! 0%{?rhel} || 0%{?rhel} > 9
# when bootstrapping Python, pytest-xdist is not yet available
%bcond_without xdist
%else
%bcond_with xdist
%endif
%global srcname SQLAlchemy
@ -105,6 +101,9 @@ PYTHONPATH=. %{__python3} -m pytest test \
%{python3_sitearch}/*
%changelog
* Wed Jun 08 2022 Nils Philippsen <nils@tiptoe.de>
- Generally BR: python3-pytest-xdist, also on EL9
* Wed Jun 01 2022 Nils Philippsen <nils@tiptoe.de> - 1.4.37-1
- version 1.4.37