Skip to content

Commit

Permalink
Pin setuptools to v59.5.0 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
laymonage committed Feb 25, 2022
1 parent cc45441 commit e485324
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Expand Up @@ -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
Expand Down

0 comments on commit e485324

Please sign in to comment.