← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 2002947] [NEW] [neutron-tempest-plugin] CI job is not limiting the requirements library files

 

Public bug reported:

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.

** Affects: neutron
     Importance: Undecided
     Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez)
         Status: In Progress

-- 
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:
  In Progress

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



Follow ups