tox: Update hypothesis to 1.13.0
This is quite a small release, but deprecates some public API functions and removes some internal API functionality so gets a minor version bump. - All calls to the 'strategy' function are now deprecated, even ones which pass just a SearchStrategy instance (which is still a no-op). - Never documented hypothesis.extra entry_points mechanism has now been removed (it was previously how hypothesis.extra packages were loaded and has been deprecated and unused for some time) - Some corner cases that could previously have produced an OverflowError when simplifying failing cases using hypothesis.extra.datetimes (or dates or times) have now been fixed. - Hypothesis load time for first import has been significantly reduced - it used to be around 250ms (on my SSD laptop) and now is around 100-150ms. This almost never matters but was slightly annoying when using it in the console. - hypothesis.strategies.randoms was previously missing from __all__.
This commit is contained in:
parent
6f07eb562f
commit
d2672bce86
2
tox.ini
2
tox.ini
@ -25,7 +25,7 @@ deps =
|
|||||||
pytest-sugar==0.5.1
|
pytest-sugar==0.5.1
|
||||||
pytest-travis-fold==1.1.1
|
pytest-travis-fold==1.1.1
|
||||||
xvfbwrapper==0.2.5
|
xvfbwrapper==0.2.5
|
||||||
hypothesis==1.12.0
|
hypothesis==1.13.0
|
||||||
coverage==4.0.1
|
coverage==4.0.1
|
||||||
pytest-cov==2.2.0
|
pytest-cov==2.2.0
|
||||||
beautifulsoup4==4.4.1
|
beautifulsoup4==4.4.1
|
||||||
|
Loading…
Reference in New Issue
Block a user