From 4aab40747db4c0cadd8e4ee79d4962dd42add076 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionel=20Cristian=20M=C4=83rie=C8=99?= Date: Wed, 13 Dec 2023 19:33:16 +0200 Subject: [PATCH] Manually spec setuptools for that inplace building. --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 1dec929..57f7222 100644 --- a/tox.ini +++ b/tox.ini @@ -44,6 +44,7 @@ deps = Django objproxies==0.9.4 hunter + setuptools cover: pytest-cov commands = cover: python setup.py clean --all build_ext --force --inplace @@ -57,6 +58,7 @@ deps = readme-renderer pygments isort + setuptools setuptools-scm skip_install = true commands =