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}