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 8bd31bd5..0c793e32 100644
--- a/setup.py
+++ b/setup.py
@@ -54,7 +54,7 @@ if platform.python_implementation() == "PyPy":
)
test_requirements = [
- "pytest>=3.2.1,!=3.3.0",
+ "pytest>=3.6.0",
"pretend",
"iso8601",
"pytz",