From: Mike Bayer Date: Thu, 8 Oct 2020 16:52:39 +0000 (-0400) Subject: pin pytest lower bound at 4.6.11 X-Git-Tag: rel_1_3_20~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a593966047f2427c8000e5f0da515055b9739bd;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git pin pytest lower bound at 4.6.11 we need 4.6 to support Python 2. however 4.6.0 is too low, 4.6.11 seems to work in both python 2 and 3, pin on that Change-Id: I0a5995ca5e5bf08a06997130e4ffbaaceef8d942 (cherry picked from commit bcc17b1d6e2cac3b0e45c0b17a62cf2d5fc5c5ab) --- diff --git a/tox.ini b/tox.ini index 084c8c15a6..0f118bae63 100644 --- a/tox.ini +++ b/tox.ini @@ -15,7 +15,7 @@ install_command=python -m pip install {env:TOX_PIP_OPTS:} {opts} {packages} usedevelop= cov: True -deps=pytest>4.6 # this can be 6.x once we are on python 3 only +deps=pytest>=4.6.11 # this can be 6.x once we are on python 3 only pytest-xdist mock; python_version < '3.3' # needed only for correct profiling results