tox shows "WARNING:test command found but not installed in testenv"

Bug #1464495 reported by Mahito OGURA
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Rally
Fix Released
Low
Mahito OGURA

Bug Description

tox shows warning message as follow.

----
py27 runtests: PYTHONHASHSEED='0'
py27 runtests: commands[0] | find . -type f -name *.pyc -delete
WARNING:test command found but not installed in testenv
  cmd: /usr/bin/find
  env: /home/vagrant/rally/.tox/py27
Maybe you forgot to specify a dependency? See also the whitelist_externals envconfig setting.
py27 runtests: commands[1] | python setup.py testr --slowest --testr-args=
----

It seems that "find" command needs full path in tox.ini.

Changed in rally:
assignee: nobody → Mahito OGURA (earthdragon77)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to rally (master)

Fix proposed to branch: master
Review: https://review.openstack.org/190920

Changed in rally:
status: New → In Progress
Changed in rally:
importance: Undecided → Low
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to rally (master)

Reviewed: https://review.openstack.org/190920
Committed: https://git.openstack.org/cgit/openstack/rally/commit/?id=f23863aa40df0dc7d88f9c88f7ae5af6b1cd97b7
Submitter: Jenkins
Branch: master

commit f23863aa40df0dc7d88f9c88f7ae5af6b1cd97b7
Author: Mahito OGURA <email address hidden>
Date: Fri Jun 12 13:45:57 2015 +0900

    Change "find" command path in tox.ini

    tox command shows WARNING message as follow.
    "WARNING:test command found but not installed in testenv"
    If we use "find" command in tox.ini, we should use the full path.
    This patch changes fix command path and remove the Warning message.

    Change-Id: Icb86ff2294ee79e500b98ef79e458f0302dc295e
    Closes-bug: 1464495

Changed in rally:
status: In Progress → Fix Committed
Changed in rally:
milestone: none → 0.1.0
Changed in rally:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.