[stable/stein] Neutron-tempest-plugin jobs are failing due to wrong python version
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
Critical
|
Bernard Cafarelli |
Bug Description
Issue like in https:/
Error:
2020-04-20 00:19:32.058 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment
2020-04-20 00:19:32.120 | Obtaining file://
2020-04-20 00:19:32.987 | neutron-
2020-04-20 00:19:33.080 | You are using pip version 9.0.3, however version 20.0.2 is available.
2020-04-20 00:19:33.080 | You should consider upgrading via the 'pip install --upgrade pip' command.
I think it should be run with python 3.6 or we should use tag 0.9.0 which is last version with support for python 2.7
Changed in neutron: | |
status: | Confirmed → Won't Fix |
status: | Won't Fix → In Progress |
assignee: | nobody → Bernard Cafarelli (bcafarel) |
tags: | added: neutron-proactive-backport-potential |
tags: | removed: neutron-proactive-backport-potential |
I wonder if we lack some configuration change like /bugs.launchpad .net/tempest/ +bug/1871327 /review. opendev. org/#/q/ I60949fb735c829 59fb2cfcb6aeef9 e33fb0445b6
https:/
https:/
Or what changed recently, I think it was still passing on April 17/18 2020
For supported stable branches, I guess we should have it under py3 venv (to run on latest tests)