From 3b8d8f67248e578ff82270a4cd821c849f417daf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 13 Dec 2021 12:45:07 +0100 Subject: [PATCH] Disable tests, not enough packages in EPEL 9 yet --- python-virtualenv.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-virtualenv.spec b/python-virtualenv.spec index 06e3155..e22f5c2 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -38,7 +38,8 @@ BuildRequires: python3-sphinx_rtd_theme BuildRequires: python3-towncrier %endif -%bcond_without tests +# tests don't have all dependencies in EPEL 9 (yet?) +%bcond_with tests %if %{with tests} BuildRequires: fish BuildRequires: gcc