summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2018-10-24 13:44:09 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2018-10-24 13:44:51 -0400
commit3a4d4f4ab9af6e9726fe1b968b05a81351ba01e8 (patch)
tree7963a08669723911b9c32d8b28f632f5c8833973 /tox.ini
parente01041ba5a0799c3fe0f6b83fd5cbb3d340d7c6b (diff)
downloadalembic-3a4d4f4ab9af6e9726fe1b968b05a81351ba01e8.tar.gz
block all py.test 3.9.1 or greater until
https://github.com/pytest-dev/pytest/issues/4181 is fixed Change-Id: I867e2b36122f578e69f2444ef9712cd73995cce3
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 de5e635..23f4f90 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
pytest-xdist
mock
sqla079: {[tox]SQLA_REPO}@rel_0_7_9