summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-03-27 15:57:25 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-03-27 15:57:25 -0400
commit021b18b89cf83977397350ebe54603032086baf6 (patch)
treeb68f5aa335e8252cc5b51dca47294d27dab06b63
parentcd31f81d564c1cd93c7cbf0b1b19c034e310ad52 (diff)
downloadpytest-runner-021b18b89cf83977397350ebe54603032086baf6.tar.gz
Bump minimum pytest version
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c5ad4b1..6221124 100644
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ params = dict(
extras_require={
'testing': [
# upstream
- 'pytest>=2.8',
+ 'pytest>=3.5',
'pytest-sugar>=0.9.1',
'collective.checkdocs',
'pytest-flake8',