From: Mike Bayer Date: Fri, 4 Aug 2017 14:02:32 +0000 (-0400) Subject: Pin to pytest<=3.0.7 pytest-xdist<=1.16.0 X-Git-Tag: origin~86 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4e8b155c748c10dc816167e1fd53cb2104bfd8aa;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.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: I7dfd268e6078373ccaa0b5c13f9b6ffa1b2fd4b2 --- diff --git a/tox.ini b/tox.ini index 3e3250a588..956e3cf779 100644 --- a/tox.ini +++ b/tox.ini @@ -13,8 +13,8 @@ cov_args=--cov=sqlalchemy --cov-report term --cov-append --cov-report xml --excl usedevelop= cov: True -deps=pytest - pytest-xdist +deps=pytest<=3.0.7 + pytest-xdist<=1.16.0 mock # needed only for correct profiling results # due to speed improvements in psycopg2 as of 2.7