Remove deprecated --allow-unverified pip option.
This commit is contained in:
parent
85f71639b0
commit
4fdba287ac
2
tox.ini
2
tox.ini
@ -14,7 +14,7 @@ deps =
|
|||||||
pytest-cov
|
pytest-cov
|
||||||
pytest-xdist
|
pytest-xdist
|
||||||
responses
|
responses
|
||||||
install_command = pip install --allow-unverified=mopidy --pre {opts} {packages}
|
install_command = pip install --pre {opts} {packages}
|
||||||
commands =
|
commands =
|
||||||
py.test \
|
py.test \
|
||||||
--basetemp={envtmpdir} \
|
--basetemp={envtmpdir} \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user