summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2018-10-17 15:44:00 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2018-10-17 15:44:00 -0400
commit2b85a80838cee20dd7343391d9687c683776df25 (patch)
tree1822e85b787e4bc34c534ac1af6af4855e85ecc5 /tox.ini
parent385484dacdfd6162601b17867db0fbb0d5215910 (diff)
downloadalembic-2b85a80838cee20dd7343391d9687c683776df25.tar.gz
block py.test 3.9.1
references: https://github.com/pytest-dev/pytest/issues/4181 Change-Id: Iad3b6845e94753c55771419ccd1f99852bc89159
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 9c16b9b..de5e635 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
+deps=pytest!=3.9.1
pytest-xdist
mock
sqla079: {[tox]SQLA_REPO}@rel_0_7_9