]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Pin to pytest<=3.0.7 pytest-xdist<=1.16.0
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 4 Aug 2017 14:01:27 +0000 (10:01 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 4 Aug 2017 14:01:31 +0000 (10:01 -0400)
Until https://github.com/pytest-dev/pytest-xdist/issues/196 is fixed

Change-Id: I35004dd8bea240b7d91d72f2ea86cb732fe861e0

tox.ini

diff --git a/tox.ini b/tox.ini
index aaa2f26967950975ee55dbcd0dff122991de1d99..a97c6e115434af91fad9c06a5c4f489ba3f0b915 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -9,8 +9,8 @@ SQLA_REPO = {env:SQLA_REPO:git+http://git.sqlalchemy.org/sqlalchemy.git}
 [testenv]
 cov_args=--cov=alembic --cov-report term --cov-report xml
 
-deps=pytest
-     pytest-xdist
+deps=pytest<=3.0.7
+     pytest-xdist<=1.16.0
      mock
      sqla079: {[tox]SQLA_REPO}@rel_0_7_9
      sqla084: {[tox]SQLA_REPO}@rel_0_8_4