← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1302304] Re: tox pep8 warns /bin/bash not installed in testenv

 

** No longer affects: neutron/icehouse

** Tags added: icehouse-backport-potential

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1302304

Title:
  tox pep8 warns /bin/bash not installed in testenv

Status in OpenStack Neutron (virtual network service):
  Fix Committed

Bug description:
  $ tox -e pep8
  pep8 develop-inst-nodeps: /home/henry/Dev/neutron
  pep8 runtests: commands[0] | flake8
  pep8 runtests: commands[1] | neutron-db-manage check_migration
  pep8 runtests: commands[2] | bash -c find neutron -type f -regex '.*\.pot?' -print0|xargs -0 -n 1 msgfmt --check-format -o /dev/null
  WARNING:test command found but not installed in testenv
    cmd: /bin/bash
    env: /home/henry/Dev/neutron/.tox/pep8
  Maybe forgot to specify a dependency?

  This is due to the tox.ini changes in
  https://review.openstack.org/84234

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


References