summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Byrne <mbyrnepr2@gmail.com>2022-07-16 16:35:43 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-07-18 16:34:04 +0200
commit09cf3f118a54237062f0c7bb63929656e4476453 (patch)
treefdb051e57e79365316c97fcabc59b22268f62f16
parent77bc2e65573d48c909541fc76970078906fd764f (diff)
downloadpylint-git-09cf3f118a54237062f0c7bb63929656e4476453.tar.gz
Update tox.ini - Add `isolated_build = true`.
Closes #7188
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 0f3192e27..8b8fb5b14 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,6 +3,7 @@ minversion = 2.4
envlist = formatting, py37, py38, py39, py310, pypy, benchmark
skip_missing_interpreters = true
requires = pip >=21.3.1
+isolated_build = true
[testenv:pylint]
deps =