Fix warning 'test command found but not installed in testenv'
Add 'find' to whitelist_externals in tox.ini to prevent warning: 'WARNING:test command found but not installed in testenv'. Change-Id: I8cfbbea21872b79234b6a0046e9428d80f1f9b19
This commit is contained in:

committed by
Steve McLellan

parent
66aa5c19a1
commit
51a4c7e2ab
1
tox.ini
1
tox.ini
@@ -12,6 +12,7 @@ deps = -r{toxinidir}/requirements.txt
|
|||||||
commands =
|
commands =
|
||||||
find . -type f -name "*.pyc" -delete
|
find . -type f -name "*.pyc" -delete
|
||||||
python setup.py testr --slowest --testr-args='{posargs}'
|
python setup.py testr --slowest --testr-args='{posargs}'
|
||||||
|
whitelist_externals = find
|
||||||
|
|
||||||
[testenv:pypy]
|
[testenv:pypy]
|
||||||
deps = setuptools<3.2
|
deps = setuptools<3.2
|
||||||
|
Reference in New Issue
Block a user