Add workaround for editable failure
the build was successful Details

See witten/borgmatic#165 (comment).
This commit is contained in:
Luke Murphy 2019-05-13 23:10:15 +02:00
parent 20b8b45aeb
commit 4c30c94258
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@ minversion = 3.10.0
usedevelop = True
deps = -rtest_requirements.txt
whitelist_externals = sh
install_command =
# temporary work around for https://github.com/pypa/pip/issues/6434
python -m pip install --no-use-pep517 {opts} {packages}
commands =
pytest
sh scripts/black