Whitelist the pytest binary that's actually used in tox.ini

This commit is contained in:
mprahl
2019-11-06 17:47:37 -05:00
parent 1dcb9fc753
commit ea890bc706

View File

@@ -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 \