mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
hypothesis-pytest is no longer a required package
This commit is contained in:
parent
1dea513d7a
commit
584d9d6084
3 changed files with 0 additions and 3 deletions
|
|
@ -13,6 +13,5 @@ sphinxcontrib-spelling
|
|||
tox
|
||||
twine
|
||||
hypothesis
|
||||
hypothesis-pytest
|
||||
-e .
|
||||
-e vectors
|
||||
|
|
|
|||
1
setup.py
1
setup.py
|
|
@ -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
|
||||
|
|
|
|||
1
tox.ini
1
tox.ini
|
|
@ -9,7 +9,6 @@ deps =
|
|||
pretend
|
||||
pytest<2.8
|
||||
hypothesis>=1.11.4
|
||||
hypothesis-pytest
|
||||
./vectors
|
||||
passenv = ARCHFLAGS LDFLAGS CFLAGS INCLUDE LIB LD_LIBRARY_PATH USERNAME
|
||||
commands =
|
||||
|
|
|
|||
Loading…
Reference in a new issue