summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-08-28 12:59:25 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-08-28 12:59:25 -0400
commit5633116de34f53c892d1f2c6d0f7de14c965cfa7 (patch)
tree303f8698e446afca1348a9983b07c988e5ca984f
parent8cd0459a9012ad5070c5b2364d9835653e6d58b7 (diff)
downloadpytest-runner-5633116de34f53c892d1f2c6d0f7de14c965cfa7.tar.gz
Block pytest 3.7.3 due to pytest-dev/pytest#3888.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4afc628..ba0fb89 100644
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,7 @@ params = dict(
extras_require={
'testing': [
# upstream
- 'pytest>=3.5',
+ 'pytest>=3.5,!=3.7.3',
'pytest-sugar>=0.9.1',
'collective.checkdocs',
'pytest-flake8',