tox: Update hypothesis to 1.18.1.

- Hypothesis will no longer write generated code to the file system. This will
  improve performance on some systems (e.g. if you're using PythonAnywhere
  which is running your code from NFS) and prevent some annoying interactions
  with auto-restarting systems.

- Hypothesis will cache the creation of some strategies. This can significantly
  improve performance for code that uses flatmap or composite and thus has to
  instantiate strategies a lot.
This commit is contained in:
Florian Bruhin 2015-12-29 14:45:49 +01:00
parent b7998838d3
commit 2f51dae2b3

View File

@ -20,7 +20,7 @@ deps =
Flask==0.10.1
glob2==0.4.1
httpbin==0.4.0
hypothesis==1.18.0
hypothesis==1.18.1
itsdangerous==0.24
Mako==1.0.3
parse==1.6.6