diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 30773d7..3b0018a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,8 @@ testpaths = [ "tests", ] env = [ - "PYMDVAR_TEST_1=1" + "PYMDVAR_TEST_1=1", + "PYSSG_HOME=/tmp/pyssg" ] [tool.mypy] |