don't BR: python3-pytest-xdist on EL9

Signed-off-by: Nils Philippsen <nils@tiptoe.de>
This commit is contained in:
Nils Philippsen 2022-03-08 10:23:47 +01:00
parent 0c0fe1b3e9
commit b5a939a5f1
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# when bootstrapping Python, pytest-xdist is not yet available
# when bootstrapping Python, pytest-xdist is not yet available (also not yet in EPEL9)
%if ! 0%{?rhel} || 0%{?rhel} > 9
%bcond_without xdist
%else
%bcond_with xdist
%endif
%global srcname SQLAlchemy
@ -107,6 +111,7 @@ PYTHONPATH=. %{__python3} -m pytest test \
%changelog
* 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
* Fri Jan 21 2022 Nils Philippsen <nils@tiptoe.de> - 1.4.31-1
- version 1.4.31