From 7bb644e9972731ab7bde2fa48131089e2131eaed Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Wed, 17 May 2023 01:01:05 +0200 Subject: [PATCH] tox: package = editable-legacy, fixes #7580 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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