forked from pool/python-hypothesis
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:
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 14:10:17 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- 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.)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 11 09:18:10 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
Reference in New Issue
Block a user