14
0

- 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
This commit is contained in:
2024-07-29 11:17:29 +00:00
committed by Git OBS Bridge
parent c42e29d24a
commit 47eb1c84d8
2 changed files with 8 additions and 1 deletions

View File

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