1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-23 00:07:38 +00:00

tox under fakeroot: fix finding setup_docs, fixes #7391

This commit is contained in:
Thomas Waldmann 2023-05-16 14:28:51 +02:00
parent 05cfbf67bc
commit efc69eab80
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -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