diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-12-01 10:00:36 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-12-01 10:00:36 +0100 |
commit | ed7ef6da01b7f863c75117f98620a665d521e192 (patch) | |
tree | 271ccce4065510d87ee39c7c78b40a60b2a9f06d | |
parent | 98ae28297724b87719dfa6ff3c58460a3b1fc896 (diff) |
Enforce pip's legacy-resolver
Change-Id: Ib409899789a546d6a612fc2a4e090b6eaef1be0d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | docs/release/release-notes/functest-release.rst | 2 | ||||
-rw-r--r-- | tox.ini | 2 | ||||
-rw-r--r-- | upper-constraints.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/release/release-notes/functest-release.rst b/docs/release/release-notes/functest-release.rst index 6f6799c62..b5e228caa 100644 --- a/docs/release/release-notes/functest-release.rst +++ b/docs/release/release-notes/functest-release.rst @@ -154,7 +154,7 @@ Useful links ============ * Functest git repository: https://github.com/opnfv/functest - * Functest CI dashboard: https://build.opnfv.org/ci/view/functest/ + * Functest CI dashboard: http://104.154.71.112:8080/view/functest/ * JIRA dashboard: https://jira.opnfv.org/secure/Dashboard.jspa?selectPageId=10611 * Functest IRC channel: #opnfv-functest * Reporting page: http://testresults.opnfv.org/reporting/master/functest/functest.html @@ -9,7 +9,7 @@ deps = -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/stable/zed/upper-constraints.txt} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt -install_command = pip install {opts} {packages} +install_command = pip install --use-deprecated=legacy-resolver {opts} {packages} commands = pytest \ --junit-xml=junit.xml \ diff --git a/upper-constraints.txt b/upper-constraints.txt index 833c7986e..da2aeab64 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -5,7 +5,7 @@ robotframework-httplibrary===0.4.2 robotframework-requests===0.9.2 robotframework-sshlibrary===3.8.0 xtesting===0.96.0 -git+https://github.com/PyCQA/bandit@3d0824676974e7e2e9635c10bc4f12e261f1dbdf#egg=bandit +bandit===1.7.5 bandit===1.7.0 ruamel.yaml.jinja2==0.2.2 -e git+https://opendev.org/openstack/tempest@30.0.0#egg=tempest |