From 62a11b638d76092bd98c4eda17a638ba7c43eedd Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 4 Aug 2017 10:01:27 -0400 Subject: [PATCH] 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 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2