diff options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -57,9 +57,10 @@ else: # If you add a new dep here you probably need to add it in the tox.ini as well test_requirements = [ - "pytest<2.8", + "pytest", "pretend", "iso8601", + "hypothesis", ] # If there's no vectors locally that probably means we are in a tarball and |