From 121caba60a057aec9dc929466a31e2edeeabc8e5 Mon Sep 17 00:00:00 2001 From: Mathieu Dupuy Date: Sat, 29 Jul 2023 00:24:20 +0200 Subject: [PATCH] tox: isolated build --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 38682615f..d4157860d 100644 --- a/tox.ini +++ b/tox.ini @@ -9,6 +9,7 @@ envlist = base dist docs +isolated_build = true [testenv] commands = python -W error::DeprecationWarning -W error::PendingDeprecationWarning runtests.py --coverage {posargs}