yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #91000
[Bug 2002947] Re: [neutron-tempest-plugin] CI job is not limiting the requirements library files
Reviewed: https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/870516
Committed: https://opendev.org/openstack/neutron-tempest-plugin/commit/d179684d125ab0251def949d1f37a631fbfcf6e5
Submitter: "Zuul (22348)"
Branch: master
commit d179684d125ab0251def949d1f37a631fbfcf6e5
Author: Rodolfo Alonso Hernandez <ralonsoh@xxxxxxxxxx>
Date: Mon Jan 16 10:40:43 2023 +0100
Add the requirements.txt file to the tox deps
The requirements.txt file was missing in the tox dependencies. That
will enforce the requirements installation using the requirements
limits.
Change-Id: I777c1ad808e0ef8622f199c6839e73a2f535434d
Closes-Bug: #2002947
** Changed in: neutron
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/2002947
Title:
[neutron-tempest-plugin] CI job is not limiting the requirements
library files
Status in neutron:
Fix Released
Bug description:
Log:
https://581502a1694f018b82f7-7fbadfa7985858ab78a3aa61deaba560.ssl.cf1.rackcdn.com/869152/2/check/openstack-
tox-pep8/a50ec7c/job-output.txt
As seen in the provided logs, during the "install_package_deps" step, tox used the requirements.txt file to install the needed libraries:
2023-01-16 09:17:26.171227 | ubuntu-jammy | pep8: 12910 W install_package_deps> python -I -m pip install 'ddt>=1.0.1' 'debtcollector>=1.2.0' 'eventlet!=0.18.3,!=0.20.1,>=0.18.2' 'netaddr>=0.7.18' 'neutron-lib>=1.25.0' 'os-ken>=0.3.0' 'oslo.config>=5.2.0' 'oslo.log>=3.36.0' 'oslo.serialization!=2.19.1,>=2.18.0' 'oslo.utils>=3.33.0' 'packaging>=20.4' 'paramiko>=2.0.0' 'pbr!=2.1.0,>=2.0.0' 'tempest>=29.2.0' 'tenacity>=3.2.1' 'testscenarios>=0.4' 'testtools>=2.2.0' [tox/tox_env/api.py:427]
However this installation is not limited by the requirements/upper-
constrainst.txt file. A previous step "install_deps" installs the
test-requirements.txt dependencies but not the requirements.txt file.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/2002947/+subscriptions
References