14
0

Accepting request 1118040 from home:mimi_vx:branches:devel:languages:python

- Update to 6.88.0
- disable flaky test
 * This release allows strategy-generating functions registered
     with register_type_strategy() to conditionally not return
     a strategy, by returning NotImplemented
 * When randoms( was called with use_true_randoms=False, 
     calling sample on it with an empty sequence and 0 elements
     would result in an error, when it should have returned
     an empty sequence to agree with the normal behaviour of
     random.Random. This fixes that discrepancy.)

OBS-URL: https://build.opensuse.org/request/show/1118040
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=175
This commit is contained in:
2023-10-16 22:19:23 +00:00
committed by Git OBS Bridge
parent 6c15f432a1
commit 4b04aefafb
5 changed files with 21 additions and 6 deletions

View File

@@ -37,7 +37,7 @@ ExclusiveArch: do_not_build
%endif
%{?sle15_python_module_pythons}
Name: python-hypothesis%{psuffix}
Version: 6.87.3
Version: 6.88.0
Release: 0
Summary: A library for property based testing
License: MPL-2.0
@@ -151,7 +151,6 @@ donttest+=" or test_can_learn_to_normalize_the_unnormalized"
donttest+=" or test_ghostwriter_on_hypothesis"
if [ $(getconf LONG_BIT) -eq 32 ]; then
donttest+=" or test_gets_right_dtype_for_empty_indices"
donttest+=" or test_has_string_of_max_length"
fi
# https://github.com/HypothesisWorks/hypothesis/issues/3704
donttest+=" or (test_make_full_patch and covering)"
@@ -160,6 +159,8 @@ donttest+=" or test_overflowing_integers_are_deprecated"
donttest+=" or fails_health_check or slow_tests or on_healthcheck or a_health_check"
donttest+=" or test_statistics_with_events_and_target"
donttest+=" or test_self_ref_regression"
# flaky test
donttest+=" or test_has_string_of_max_length"
# adapted from pytest.ini in github repo toplevel dir (above hypothesis-python)
echo '[pytest]
addopts=