From: Stefano Rivera <stefanor@debian.org>
Date: Mon, 8 May 2023 19:54:00 -0400
Subject: Test with the {envpython}

Avoids needing to list things in allowlist_externals
---
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index 59e6d2d..fb526b1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,4 +8,4 @@ install_command = python -m pip install {opts} --no-deps {packages}
 passenv = PYTHONPATH
 
 commands =
-	pytest-3 tests
+	{envpython} -m pytest tests
