From ceb6bcedc4e85403eff9156bbcdc529fddbba457 Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Tue, 26 Nov 2024 07:56:48 +0100 Subject: [PATCH] Run tests without setup tools --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 60635f92..45a7a66a 100644 --- a/tox.ini +++ b/tox.ini @@ -39,7 +39,7 @@ known_django = django [testenv] commands = {envpython} --version - {env:COMMAND:coverage} run setup.py test + {env:COMMAND:coverage} run tests/settings.py deps = dj32: Django>=3.2,<4.0 dj42: Django>=4.2,<5.0