Stop configuring install_command in tox.
Currently, we are overriding 'install_command' to use 'pip'. This is considered poor behavior and 'python -m pip' should be used instead: https://snarky.ca/why-you-should-use-python-m-pip/ It turns out that this is the the default value provided by tox: https://tox.readthedocs.io/en/latest/config.html#conf-install_command So we can remove the line and simply use the default value. Change-Id: Ib057c917b5703bc461630cab394fa36c882d6ea9
This commit is contained in:
parent
21170fd070
commit
de91d1e1ed
Loading…
Reference in New Issue
Block a user