← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1873776] Re: [stable/stein] Neutron-tempest-plugin jobs are failing due to wrong python version

 

Reviewed:  https://review.opendev.org/721277
Committed: https://git.openstack.org/cgit/openstack/neutron-tempest-plugin/commit/?id=0bdc63d7c1c3ed192b7206ec9ac25e4380fabbd2
Submitter: Zuul
Branch:    master

commit 0bdc63d7c1c3ed192b7206ec9ac25e4380fabbd2
Author: Bernard Cafarelli <bcafarel@xxxxxxxxxx>
Date:   Mon Apr 20 16:31:14 2020 +0200

    Only install plugin system-wide if INSTALL_TEMPEST is set
    
    Similarly to main tempest installation check, we should only install
    plugin on master branches (where INSTALL_TEMPEST is True), and not on
    stable branches
    
    Also drop all-plugin use for tox_envlist in stadium jobs that were using
    it, it is deprecated and breaks with this new variable
    
    Change-Id: Ia7238c2044053d77b559de544c22909c50e1a11f
    Co-Authored-By: Ghanshyam Mann <gmann@xxxxxxxxxxxxxxxxx>
    Closes-Bug: #1873776


** 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/1873776

Title:
  [stable/stein] Neutron-tempest-plugin jobs are failing due to wrong
  python version

Status in neutron:
  Fix Released

Bug description:
  Issue like in
  https://b5dda6b7d9fe09cc6972-899ca8db232a7bf5fd9d6d869408b0bd.ssl.cf1.rackcdn.com/720051/1/check
  /neutron-tempest-plugin-api-
  stein/5a092fb/controller/logs/devstacklog.txt happens in all neutron-
  tempest-plugin jobs in stable/stein branch.

  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:///opt/stack/neutron-tempest-plugin
  2020-04-20 00:19:32.987 | neutron-tempest-plugin requires Python '>=3.6' but the running Python is 2.7.17
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1873776/+subscriptions


References