Merge pull request #7198 from ThomasWaldmann/fix-macos-ci-master

fix tox4 issue on macOS CI
This commit is contained in:
TW 2022-12-10 20:05:47 +01:00 committed by GitHub
commit de6d8af42c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -49,6 +49,7 @@ jobs:
needs: lint
strategy:
fail-fast: true
matrix:
include:
- os: ubuntu-20.04

View File

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