yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #13114
[Bug 1302304] [NEW] tox pep8 warns /bin/bash not installed in testenv
Public bug reported:
$ 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
** Affects: neutron
Importance: Undecided
Assignee: Henry Gessau (gessau)
Status: In Progress
** Changed in: neutron
Assignee: (unassigned) => Henry Gessau (gessau)
** Description changed:
$ 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
+ cmd: /bin/bash
+ env: /home/henry/Dev/neutron/.tox/pep8
Maybe forgot to specify a dependency?
- This is dues to the tox changes in https://review.openstack.org/84234
+ This is due to the tox.ini changes in https://review.openstack.org/84234
--
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):
In Progress
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
Follow ups
References