Re-use deps and specify borgbackup bounds #167

Closed
decentral1se wants to merge 1 commits from (deleted):cifix/tox-reuse-deps-add-borg into main
1 changed files with 3 additions and 1 deletions

View File

@ -18,7 +18,9 @@ commands =
black --skip-string-normalization --line-length 100 .
[testenv:end-to-end]
deps = -rtest_requirements.txt
deps =
{[testenv]deps}
borgbackup<=1.3.3,<1.4
commands =
py.test tests/end-to-end []