commit | 3c3a9aae5510245b2891ed50f57d016b65170618 | [log] [tgz] |
---|---|---|
author | Vladimir Khlyunev <vkhlyunev@mirantis.com> | Tue Jun 27 17:19:25 2023 +0400 |
committer | Vladimir Khlyunev <vkhlyunev@mirantis.com> | Tue Jun 27 17:19:25 2023 +0400 |
tree | 729e8546fab5cd0ae59b0016535e1439af901a9f | |
parent | 11173b47e5c451d9b7ac14cfaa3b7b0f9e1fb36f [diff] |
Use local requirements file PROD-37197 Change-Id: I293189a484697d1a3185a6bd14f75e929d484150
diff --git a/tcp_tests/templates/_packer/scripts/jenkins_virtualenvs.sh b/tcp_tests/templates/_packer/scripts/jenkins_virtualenvs.sh index d3b2f4a..600b5a0 100644 --- a/tcp_tests/templates/_packer/scripts/jenkins_virtualenvs.sh +++ b/tcp_tests/templates/_packer/scripts/jenkins_virtualenvs.sh
@@ -19,7 +19,7 @@ # Install tcp-qa requirements . ${DEVOPS_VENV_PATH}/bin/activate -pip install -r https://raw.githubusercontent.com/Mirantis/tcp-qa/master/tcp_tests/requirements.txt +pip install -r tcp_tests/requirements.txt pip install psycopg2 # workaround for setup with PostgreSQL , to keep requirements.txt for Sqlite3 only deactivate