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