diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-10-02 18:35:17 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-10-02 18:35:17 -0700 |
commit | 685eea4cf826135a635a1bd547e2a04f9fee4bcf (patch) | |
tree | c802ff41118e1949e5cdf8d01a2cb8ab9804fdf4 /setup.py | |
parent | 1dea513d7a0fb6c1a3c1df2924db1bd1135f78ff (diff) | |
parent | 584d9d6084eee473950d7e7921dc0bd7ecb2e1d0 (diff) | |
download | cryptography-685eea4cf826135a635a1bd547e2a04f9fee4bcf.tar.gz cryptography-685eea4cf826135a635a1bd547e2a04f9fee4bcf.tar.bz2 cryptography-685eea4cf826135a635a1bd547e2a04f9fee4bcf.zip |
Merge pull request #2391 from reaperhulk/hypothesis-fixes
hypothesis-pytest is no longer a required package
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -61,7 +61,6 @@ test_requirements = [ "pretend", "iso8601", "hypothesis", - "hypothesis-pytest", ] # If there's no vectors locally that probably means we are in a tarball and |