something is not working correctly any more when using the latest stuff. considering this branch is EOL anyway, this is the easy fix.
@@ -94,7 +94,7 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.cache/pip
- key: ${{ runner.os }}-pip-${{ hashFiles('requirements.d/development.txt') }}
+ key: ${{ runner.os }}-pip-${{ hashFiles('requirements.d/development.lock.txt') }}
restore-keys: |
${{ runner.os }}-pip-
${{ runner.os }}-
@@ -120,7 +120,7 @@ jobs:
- name: Install Python requirements
run: |
python -m pip install --upgrade pip setuptools wheel
- pip install -r requirements.d/development.txt
+ pip install -r requirements.d/development.lock.txt
- name: Install borgbackup
# pip install -e .
@@ -6,7 +6,7 @@ envlist = py{35,36,37,38,39,310}
[testenv]
deps =
- -rrequirements.d/development.txt
+ -rrequirements.d/development.lock.txt
-rrequirements.d/fuse.txt
commands = py.test -n {env:XDISTN:4} -rs --cov=borg --cov-config=.coveragerc --benchmark-skip --pyargs {posargs:borg.testsuite}
# fakeroot -u needs some env vars: