From 1931dc425ae8f5f12a613b7280c09df7e008e82a Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Mon, 12 Dec 2022 16:00:43 +0100 Subject: [PATCH] Disable xdist across the board Meanwhile, tests crash when run under xdist on Fedora 37, too. Signed-off-by: Nils Philippsen --- python-sqlalchemy.spec | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index 3cc3ee5..4bcda79 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -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