From cda4523b666c2649dbd880b6024d4b927a31378b Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Mon, 31 May 2021 15:12:43 -0700 Subject: [PATCH] Add stopgap pytest.ini --- pytest.ini | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pytest.ini diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..73414ad --- /dev/null +++ b/pytest.ini @@ -0,0 +1,5 @@ +[pytest] +addopts = --show-capture=log +; pytest should be able to read the pyproject.toml file, but for some reason it +; doesn't seem to be working here. This file is a temporary fix until that gets +; resolved. \ No newline at end of file