blacklist some pytests (#4502)

This commit is contained in:
Paul Kehrer 2018-10-19 21:29:42 +08:00 committed by Alex Gaynor
parent 8a35a20045
commit d2df398bcd

View file

@ -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",