summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 23f4f90..adfbfec 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,7 @@ SQLA_REPO = {env:SQLA_REPO:git+https://zzzeek@bitbucket.org/zzzeek/sqlalchemy.gi
[testenv]
cov_args=--cov=alembic --cov-report term --cov-report xml
-deps=pytest<3.9.1
+deps=pytest!=3.9.1,!=3.9.2
pytest-xdist
mock
sqla079: {[tox]SQLA_REPO}@rel_0_7_9