summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2023-05-16 14:28:51 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2023-05-16 14:28:51 +0200
commitefc69eab8029b1566c52c9adef18d5b14a620ee0 (patch)
tree360f05ec979e4fb5b81b894d81e402158aeae949 /tox.ini
parent05cfbf67bc24f92b7ebcc0d8f771f06f4b4c88ea (diff)
tox under fakeroot: fix finding setup_docs, fixes #7391
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index a6070bd5d..504963d4a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,6 +10,7 @@ requires =
wheel
setuptools_scm
[testenv]
+package = editable # without this it does not find setup_docs when running under fakeroot
setenv =
fuse2: BORG_FUSE_IMPL=llfuse
fuse3: BORG_FUSE_IMPL=pyfuse3