Stop configuring install_command in tox.

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: I93b6aea505bc0b4e3e91229e7a2f35a8c01db6d7
This commit is contained in:
tushargite96
2020-09-08 15:43:10 +05:30
parent 81a0019d0d
commit 070ab479c9

View File

@@ -18,7 +18,6 @@ setenv =
OS_STDOUT_CAPTURE=1
OS_STDERR_CAPTURE=1
install_command = pip install {opts} {packages}
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/requirements.txt