]> git.phdru.name Git - m_librarian.git/commitdiff
Tests(tox): Limit `pip` and `setuptools` versions for Python 3.4
authorOleg Broytman <phd@phdru.name>
Sun, 25 Jul 2021 18:01:15 +0000 (21:01 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 25 Jul 2021 18:01:15 +0000 (21:01 +0300)
tox.ini

diff --git a/tox.ini b/tox.ini
index 0f8e7cd3190028ab02bd46576140b1b30ec0e916..4d2880983b24ce3b8978aa0e3b9cadbb2903f705 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -16,6 +16,8 @@ commands =
     {envpython} --version
     {envpython} -c "import struct; print(struct.calcsize('P') * 8)"
 deps =
+    pip < 19.2
+    setuptools < 44
     -rdevscripts/requirements/requirements_tests.txt
 passenv = CI TRAVIS TRAVIS_* APPVEYOR DISTUTILS_USE_SDK MSSdk INCLUDE LIB WINDIR
 setenv =