summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index d319979fe..2167d3bb1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -15,7 +15,7 @@ install_command=python -m pip install {env:TOX_PIP_OPTS:} {opts} {packages}
usedevelop=
cov: True
-deps=pytest>4.6 # this can be 6.x once we are on python 3 only
+deps=pytest>=4.6.11 # this can be 6.x once we are on python 3 only
pytest-xdist
greenlet
mock; python_version < '3.3'