mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
blacklist some pytests (#4502)
This commit is contained in:
parent
8a35a20045
commit
d2df398bcd
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -54,7 +54,7 @@ if platform.python_implementation() == "PyPy":
|
|||
)
|
||||
|
||||
test_requirements = [
|
||||
"pytest>=3.6.0",
|
||||
"pytest>=3.6.0,!=3.9.0,!=3.9.1",
|
||||
"pretend",
|
||||
"iso8601",
|
||||
"pytz",
|
||||
|
|
|
|||
Loading…
Reference in a new issue