mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-22 15:57:15 +00:00
fix tox4 passenv issue, fixes #7199
also: have a setting to disable fail-fast, in case something breaks again.
This commit is contained in:
parent
9ba507ac74
commit
e6424aa0f5
2 changed files with 5 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -49,6 +49,7 @@ jobs:
|
|||
|
||||
needs: lint
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
include:
|
||||
- os: ubuntu-20.04
|
||||
|
|
4
tox.ini
4
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
|
||||
|
|
Loading…
Reference in a new issue