From 8239359c0aa7f63a8adc7c0594bc1ef845e43ee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20Stenstr=C3=B6m?= Date: Sat, 27 Jan 2024 09:11:45 +0100 Subject: [PATCH] Make py.test work on recent tox --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index ff34259c..c456915a 100644 --- a/tox.ini +++ b/tox.ini @@ -35,6 +35,7 @@ deps = pytest-xdist flake8 isort +allowlist_externals = py.test commands = py.test {posargs} [testenv:flake8]