aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index d8b3c76..017ee04 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,6 +2,7 @@
# SPDX-License-Identifier: Apache-2.0
[tox]
envlist = test
+isolated_build = true
[testenv:test]
description = Run the unit tests.
@@ -23,7 +24,6 @@ commands =
description = Run and setup the pre-commit hooks.
# Re-use the same env for both lint and lint_setup
envdir={toxworkdir}/lint
-usedevelop = True
extras =
dev
# Workaround to resolve an issue with markdownlint in a docker environment
@@ -42,7 +42,6 @@ commands =
[testenv:docs]
description = Create the documentation.
allowlist_externals = make
-usedevelop = True
deps =
Sphinx==4.5.0
sphinx-rtd-theme==1.0.0