forked from pool/python-hypothesis
Accepting request 1190234 from devel:languages:python
- Disable complete tests for non-tumbleweed to avoid python-pandas requirement OBS-URL: https://build.opensuse.org/request/show/1190234 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hypothesis?expand=0&rev=75
This commit is contained in:
commit
ac0410bcf3
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user