]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- pin py.test at 3.0.7 due to https://github.com/pytest-dev/pytest/issues/2430
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 23 May 2017 15:12:22 +0000 (11:12 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 23 May 2017 15:12:22 +0000 (11:12 -0400)
Change-Id: I587282da141aa6ea92f944eeb4c9e5782d0b5f29

tox.ini

diff --git a/tox.ini b/tox.ini
index 3e3250a588b5c7c3c2c6ee0df0c63c6d746761e3..886b3fca1938d59a88a1140e39ff4927b7bf2f7c 100644 (file)
--- 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