forked from pool/python-hypothesis
Accepting request 1199122 from home:bnavigator:branches:devel:languages:python:numeric
- Update to 6.112.0 * This release adds support for variable-width bytes in our IR layer (issue #3921), which should mean improved performance anywhere you use binary(). If you maintain an alternative backend as part of our (for now explicitly unstable) Alternative backends for Hypothesis, this release changes the draw_* interface and may be a breaking change for you. OBS-URL: https://build.opensuse.org/request/show/1199122 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=193
This commit is contained in:
@@ -38,7 +38,7 @@ ExclusiveArch: do_not_build
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-hypothesis%{psuffix}
|
||||
Version: 6.111.1
|
||||
Version: 6.112.0
|
||||
Release: 0
|
||||
Summary: A library for property based testing
|
||||
License: MPL-2.0
|
||||
@@ -158,6 +158,8 @@ fi
|
||||
# https://github.com/HypothesisWorks/hypothesis/issues/3704
|
||||
donttest+=" or (test_make_full_patch and covering)"
|
||||
donttest+=" or test_overflowing_integers_are_deprecated"
|
||||
# suddenly does not raise InvalidArgument with Numpy 2
|
||||
donttest+=" or test_unrepresentable_elements_are_deprecated"
|
||||
# we're disabling the healthcheck below, obs is too flaky with it
|
||||
donttest+=" or fails_health_check or slow_tests or on_healthcheck or a_health_check"
|
||||
donttest+=" or test_statistics_with_events_and_target"
|
||||
|
Reference in New Issue
Block a user