From: Mike Bayer Date: Fri, 4 Aug 2017 14:01:27 +0000 (-0400) Subject: Pin to pytest<=3.0.7 pytest-xdist<=1.16.0 X-Git-Tag: rel_0_9_5~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62a11b638d76092bd98c4eda17a638ba7c43eedd;p=thirdparty%2Fsqlalchemy%2Falembic.git Pin to pytest<=3.0.7 pytest-xdist<=1.16.0 Until https://github.com/pytest-dev/pytest-xdist/issues/196 is fixed Change-Id: I35004dd8bea240b7d91d72f2ea86cb732fe861e0 --- diff --git a/tox.ini b/tox.ini index aaa2f269..a97c6e11 100644 --- 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