From 3ad59cf2fc1b4d3203deb67e0d74512ad2410f32 Mon Sep 17 00:00:00 2001 From: James Cuzella Date: Thu, 10 Aug 2023 02:38:33 -0600 Subject: [PATCH] Debug tox-gh-actions -> pytest --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index eaaaa52..6ba7b37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,6 +74,8 @@ deps = pytest-xdist~=3.3 GitPython~=3.1 commands = + pwd + pytest --version pytest --basetemp={envtmpdir} --trace-config --override-ini='pythonpath="src"' --import-mode=importlib {posargs:tests}