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:
Nils Philippsen 2022-12-12 16:00:43 +01:00
parent 4fb1345b4a
commit 1931dc425a
1 changed files with 1 additions and 7 deletions

View File

@ -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