From d2672bce86e3528228c9429b15c54b18c43052ad Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 30 Oct 2015 07:42:09 +0100 Subject: [PATCH] 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__. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index fb7f2bd0d..664c87d0d 100644 --- a/tox.ini +++ b/tox.ini @@ -25,7 +25,7 @@ deps = pytest-sugar==0.5.1 pytest-travis-fold==1.1.1 xvfbwrapper==0.2.5 - hypothesis==1.12.0 + hypothesis==1.13.0 coverage==4.0.1 pytest-cov==2.2.0 beautifulsoup4==4.4.1