diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-08-10 15:44:54 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-08-10 15:46:37 -0400 |
| commit | 3568e508d065d3ca9a17b11363249e8cf7c2a107 (patch) | |
| tree | 89239845e0abc51ec770fc4bf764ab921d3efc1c /tox.ini | |
| parent | eaceeae0f721be72cc589a310e50f0de9f24d721 (diff) | |
| download | sqlalchemy-3568e508d065d3ca9a17b11363249e8cf7c2a107.tar.gz | |
- take more print statements out, maybe this is not
the issue
- unblock pytest-xdist now that the upstream issue is fixed,
maybe this old version is the issue
Change-Id: I28dd7ae0872948a188651d42e2f4af60bcbafe81
Diffstat (limited to 'tox.ini')
| -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<=3.0.7 - pytest-xdist<=1.16.0 +deps=pytest + pytest-xdist mock # needed only for correct profiling results # due to speed improvements in psycopg2 as of 2.7 |
