From e485324b4e78b9d864aeda8eb9ac2d50a0a30c6a Mon Sep 17 00:00:00 2001 From: sage Date: Fri, 25 Feb 2022 08:25:49 +0700 Subject: [PATCH] Pin setuptools to v59.5.0 in tests --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 86765a6..f004e5a 100644 --- a/tox.ini +++ b/tox.ini @@ -28,6 +28,8 @@ deps = mysql: mysqlclient oracle: cx_Oracle postgres: psycopg2~=2.8.6 + # Prevent upgrading distutils to a version that deprecates LooseVersion used by Django + setuptools: setuptools==59.5.0 commands = python -W error::DeprecationWarning -W error::PendingDeprecationWarning -m coverage run manage.py test {posargs} coverage combine