|
@@ -9,8 +9,7 @@ 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}
|
|
|
+ sh scripts/pip {opts} {packages}
|
|
|
commands =
|
|
|
pytest
|
|
|
py36,py37: black --check .
|