aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5c8c5843..24c3b97a 100644
--- a/setup.py
+++ b/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",