mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Revert "pin pytest to disallow 2.8.4 which breaks tests"
This reverts commit ed48066a3f.
This commit is contained in:
parent
f2dab8943a
commit
1e555aa2aa
3 changed files with 3 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ iso8601
|
|||
pep8-naming
|
||||
pretend
|
||||
pyasn1_modules
|
||||
pytest!=2.8.4
|
||||
pytest
|
||||
requests
|
||||
sphinx==1.3.1
|
||||
sphinx_rtd_theme
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -59,7 +59,7 @@ 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.4",
|
||||
"pytest",
|
||||
"pretend",
|
||||
"iso8601",
|
||||
"hypothesis",
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -7,7 +7,7 @@ deps =
|
|||
coverage
|
||||
iso8601
|
||||
pretend
|
||||
pytest!=2.8.4
|
||||
pytest
|
||||
hypothesis>=1.11.4
|
||||
pyasn1_modules
|
||||
./vectors
|
||||
|
|
|
|||
Loading…
Reference in a new issue