summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2023-05-17 01:01:05 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2023-05-17 01:01:05 +0200
commit7bb644e9972731ab7bde2fa48131089e2131eaed (patch)
tree73667d779ab5e6d466f50809fbe6ed8659ece6bf /tox.ini
parent0744b7a241bf14a0ce02064844ff1d6b17b2cfc0 (diff)
tox: package = editable-legacy, fixes #7580
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 504963d4a..c32fd5711 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,7 @@ requires =
wheel
setuptools_scm
[testenv]
-package = editable # without this it does not find setup_docs when running under fakeroot
+package = editable-legacy # without this it does not find setup_docs when running under fakeroot
setenv =
fuse2: BORG_FUSE_IMPL=llfuse
fuse3: BORG_FUSE_IMPL=pyfuse3