소스 검색

Add workaround for editable failure

See https://projects.torsion.org/witten/borgmatic/pulls/165#issuecomment-1416.
Luke Murphy 6 년 전
부모
커밋
4c30c94258
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      tox.ini

+ 3 - 0
tox.ini

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