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

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jul 29 11:16:28 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
- Disable complete tests for non-tumbleweed to avoid python-pandas
requirement
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 15 17:17:55 UTC 2024 - Matej Cepl <mcepl@cepl.eu> Fri Mar 15 17:17:55 UTC 2024 - Matej Cepl <mcepl@cepl.eu>

View File

@@ -17,7 +17,8 @@
%global flavor @BUILD_FLAVOR@%{nil} %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 %bcond_with complete_tests
%else %else
%bcond_without complete_tests %bcond_without complete_tests