From 9368a25e3deb1bcfc1a40230e5741f45d9d9be5d Mon Sep 17 00:00:00 2001 From: Maria Grimaldi Date: Mon, 6 Sep 2021 12:13:07 -0400 Subject: [PATCH] fix: add constraint to setuptools in py3.5 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index ed0a4f17f..f24f795f4 100644 --- a/tox.ini +++ b/tox.ini @@ -16,6 +16,7 @@ setenv = PYTHONDONTWRITEBYTECODE = 1 commands = pytest --cov=storages --ignore=tests/integration/ tests/ {posargs} deps = + py3.5: setuptools>28 django2.2: Django>=2.2,<3.0 django3.0: Django>=3.0,<3.1 django3.1: Django>=3.1,<3.2