From 561bd4ccd98f7a19b40ddbfdd75fb0c82d82d4bc Mon Sep 17 00:00:00 2001 From: Mathieu Dupuy Date: Thu, 17 Oct 2024 10:47:58 +0200 Subject: [PATCH] ci: remove tox 'isolated_build' --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 291a1e2fb..f565a1281 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,6 @@ envlist = base dist docs -isolated_build = true [testenv] commands = python -W error::DeprecationWarning -W error::PendingDeprecationWarning runtests.py --coverage {posargs}