diff options
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |
