diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-08-04 10:02:32 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-08-04 10:02:32 -0400 |
commit | 4e8b155c748c10dc816167e1fd53cb2104bfd8aa (patch) | |
tree | 8eb13c0345d04ad896c2bc0d51195c8c7b5554d8 | |
parent | e6432d78b2d6873c1406e8f93b85ad27f02e1a00 (diff) | |
download | sqlalchemy-4e8b155c748c10dc816167e1fd53cb2104bfd8aa.tar.gz |
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
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |