1
0

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:
Dominique Leuenberger 2024-07-30 09:53:48 +00:00 committed by Git OBS Bridge
commit ac0410bcf3
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>

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