From: Mike Bayer Date: Tue, 23 May 2017 15:12:22 +0000 (-0400) Subject: - pin py.test at 3.0.7 due to https://github.com/pytest-dev/pytest/issues/2430 X-Git-Tag: rel_1_2_0b1~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eed7888f85a4255390e2522dbd428cbfe7a08bab;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - pin py.test at 3.0.7 due to https://github.com/pytest-dev/pytest/issues/2430 Change-Id: I587282da141aa6ea92f944eeb4c9e5782d0b5f29 --- diff --git a/tox.ini b/tox.ini index 3e3250a588..886b3fca19 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,7 @@ cov_args=--cov=sqlalchemy --cov-report term --cov-append --cov-report xml --excl usedevelop= cov: True -deps=pytest +deps=pytest<=3.0.7 pytest-xdist mock # needed only for correct profiling results