From 2df23a344ff5e0ab6990ffa094e4da5998020f1a Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Thu, 15 Feb 2024 17:57:30 +0500 Subject: [PATCH] chore: Update tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 05ca220d..f82d62cb 100644 --- a/tox.ini +++ b/tox.ini @@ -70,7 +70,7 @@ allowlist_externals = touch deps = -r{toxinidir}/requirements/quality.txt - pip install setuptools + setuptools commands = touch tests/__init__.py pylint edx_django_utils tests test_utils manage.py setup.py