From 51a4c7e2abfa3b3e4b23d63cacc14ceed801281d Mon Sep 17 00:00:00 2001 From: liyingjun Date: Sun, 13 Dec 2015 12:53:35 +0800 Subject: [PATCH] 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 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 494d5a3..c5e57be 100644 --- a/tox.ini +++ b/tox.ini @@ -12,6 +12,7 @@ deps = -r{toxinidir}/requirements.txt commands = find . -type f -name "*.pyc" -delete python setup.py testr --slowest --testr-args='{posargs}' +whitelist_externals = find [testenv:pypy] deps = setuptools<3.2