forked from pool/python-hypothesis
Accepting request 935844 from home:DocB:branches:devel:languages:python
build issues for test fixed now OBS-URL: https://build.opensuse.org/request/show/935844 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=143
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package python-hypothesis
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
@@ -33,7 +33,7 @@ ExclusiveArch: do_not_build
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: python-hypothesis%{psuffix}
|
||||
Version: 6.14.1
|
||||
Version: 6.30.1
|
||||
Release: 0
|
||||
Summary: A library for property based testing
|
||||
License: MPL-2.0
|
||||
@@ -142,6 +142,16 @@ python3_donttest+=" or test_mutually_recursive_types_with_typevar"
|
||||
python36_ignoretests=" --ignore tests/datetime/test_zoneinfo_timezones.py"
|
||||
python38_ignoretests=" --ignore tests/datetime/test_zoneinfo_timezones.py"
|
||||
python3_ignoretests=" --ignore tests/datetime/test_zoneinfo_timezones.py"
|
||||
# added for 6.24.x
|
||||
# generic exclusion of array_api* in not possible :-(
|
||||
# python3_ignoretests+=" --ignore tests/array_api/test_partial_adoptors.py"
|
||||
# python3_ignoretests+=" --ignore tests/array_api/test_pretty.py"
|
||||
# python3_ignoretests+=" --ignore tests/array_api/test_scalar_dtypes.py"
|
||||
# python3_ignoretests+=" --ignore tests/array_api/test_arrays.py"
|
||||
# python3_ignoretests+=" --tests/array_api/test_from_dtype.py"
|
||||
# python3_ignoretests+=" --tests/array_api/test_argument_validation.py"
|
||||
# python3_ignoretests+=" --tests/array_api/test_indices.py"
|
||||
python3_ignoretests+=" --ignore tests/array_api*"
|
||||
# not available for python36
|
||||
python36_ignoretests+=" --ignore tests/numpy --ignore tests/pandas"
|
||||
# adapted from pytest.ini in github repo toplevel dir (above hypothesis-python)
|
||||
@@ -166,6 +176,7 @@ filterwarnings =
|
||||
%python_alternative %{_bindir}/hypothesis
|
||||
%{python_sitelib}/hypothesis
|
||||
%{python_sitelib}/hypothesis-%{version}-py*.egg-info
|
||||
%{python_sitelib}/*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user