瀏覽代碼

tox: package = editable-legacy, fixes #7580

Thomas Waldmann 2 年之前
父節點
當前提交
7bb644e997
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tox.ini

+ 1 - 1
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