Disable xdist across the board
Meanwhile, tests crash when run under xdist on Fedora 37, too. Signed-off-by: Nils Philippsen <nils@tiptoe.de>
This commit is contained in:
parent
4fb1345b4a
commit
1931dc425a
@ -1,11 +1,5 @@
|
||||
# when bootstrapping Python, pytest-xdist is not yet available
|
||||
|
||||
%if 0%{?fedora} >= 38 || 0%{?rhel} > 9
|
||||
# on Fedora 38, tests crash when being run by xdist right now
|
||||
# Tests crash when being run by pytest-xdist
|
||||
%bcond_with xdist
|
||||
%else
|
||||
%bcond_without xdist
|
||||
%endif
|
||||
|
||||
%global srcname SQLAlchemy
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user