From: Oleg Broytman Date: Sun, 25 Jul 2021 18:01:15 +0000 (+0300) Subject: Tests(tox): Limit `pip` and `setuptools` versions for Python 3.4 X-Git-Tag: 0.1.6~10 X-Git-Url: https://git.phdru.name/?p=m_librarian.git;a=commitdiff_plain;h=5d4e27ee707459695636605f55c57017338b48ed Tests(tox): Limit `pip` and `setuptools` versions for Python 3.4 --- diff --git a/tox.ini b/tox.ini index 0f8e7cd..4d28809 100644 --- 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 =