yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #91765
[Bug 2017478] Re: openstack-tox-py38 broken with tooz==4.0.0
Reviewed: https://review.opendev.org/c/openstack/neutron/+/881333
Committed: https://opendev.org/openstack/neutron/commit/f93c9be1c1058e210b551d7200882aa983c2332a
Submitter: "Zuul (22348)"
Branch: master
commit f93c9be1c1058e210b551d7200882aa983c2332a
Author: yatinkarel <ykarel@xxxxxxxxxx>
Date: Mon Apr 24 12:18:02 2023 +0530
Move to python3.9 as minimal python version
2023.2 release is targetting python3.9 as
minimal testing rutime[1]. openstack-tox-py38
job started to fail as libraries(like tooz) already
dropped py3.8 support.
This patch updates neutron py3 override job template
and setup.cfg to reflect the same.
[1] https://review.opendev.org/c/openstack/governance/+/872232
Closes-Bug: #2017478
Change-Id: I3ebbbd46a284b2f96172a90427b355f3ccd0c098
** 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/2017478
Title:
openstack-tox-py38 broken with tooz==4.0.0
Status in neutron:
Fix Released
Bug description:
openstack-tox-py38 broken[1] since tooz update in upper-constratints [2], tooz-4.0.0 requires python>=3.9[3], fails as below:-
2023-04-23 22:45:20.084152 | ubuntu-focal | The conflict is caused by:
2023-04-23 22:45:20.084169 | ubuntu-focal | The user requested tooz>=1.58.0
2023-04-23 22:45:20.084184 | ubuntu-focal | The user requested (constraint) tooz===4.0.0
Looking at [4] we can drop py38 jobs as min supported python version
is 3.9 in 2023.2.
[1] https://zuul.opendev.org/t/openstack/builds?job_name=openstack-tox-py38&project=openstack%2Fneutron&branch=master&skip=0
[2] https://review.opendev.org/c/openstack/requirements/+/880738
[3] https://review.opendev.org/c/openstack/tooz/+/879930
[4] https://review.opendev.org/c/openstack/governance/+/872232
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/2017478/+subscriptions
References