From ea890bc70679319f3ae30e485a09ad8a3cbfb653 Mon Sep 17 00:00:00 2001 From: mprahl Date: Wed, 6 Nov 2019 17:47:37 -0500 Subject: [PATCH] Whitelist the pytest binary that's actually used in tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 965f46bb..48ea04d1 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,7 @@ sitepackages = true passenv = DATABASE_URI whitelist_externals = flake8 - py.test-3 + py.test deps = -r{toxinidir}/test-requirements.txt commands = py.test -v \