summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2022-12-10 17:32:23 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2022-12-10 19:34:32 +0100
commite6424aa0f5d88c3941dc22338b7ad018dd9fef25 (patch)
treebee9d17cee1f23b3c3dc2f5c6b1c2d4316a36b37 /tox.ini
parent9ba507ac741e3d5ad477f2f08079a19e7d809010 (diff)
fix tox4 passenv issue, fixes #7199
also: have a setting to disable fail-fast, in case something breaks again.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 861c24322..a6070bd5d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -22,6 +22,10 @@ commands = py.test -v -n {env:XDISTN:1} -rs --cov=borg --cov-config=.coveragerc
passenv = *
+[testenv:.pkg]
+passenv = * # needed by tox4, so env vars are visible for building borg
+
+
[testenv:flake8]
skip_sdist=true
skip_install=true