From 47eb1c84d8c990c294a293a26ad4c65ee8999f3783b8de872d0cc022da245866 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Mon, 29 Jul 2024 11:17:29 +0000 Subject: [PATCH] - Disable complete tests for non-tumbleweed to avoid python-pandas requirement OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=189 --- python-hypothesis.changes | 6 ++++++ python-hypothesis.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-hypothesis.changes b/python-hypothesis.changes index 9a0c099..0535fb7 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jul 29 11:16:28 UTC 2024 - Daniel Garcia + +- Disable complete tests for non-tumbleweed to avoid python-pandas + requirement + ------------------------------------------------------------------- Fri Mar 15 17:17:55 UTC 2024 - Matej Cepl diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 8cf01f1..5aa9868 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -17,7 +17,8 @@ %global flavor @BUILD_FLAVOR@%{nil} -%if 0%{?suse_version} <= 1550 +# Without complete tests for SLES to avoid python-pandas requirement +%if 0%{?suse_version} <= 1600 %bcond_with complete_tests %else %bcond_without complete_tests