From e9a5b4a10eaa10fd43c69d148d57c7f4d8e10a4f Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 15 Aug 2024 16:14:37 +0900 Subject: [PATCH] test: remove temporary directory for test-ukify on success --- src/ukify/test/pytest.ini | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/ukify/test/pytest.ini diff --git a/src/ukify/test/pytest.ini b/src/ukify/test/pytest.ini new file mode 100644 index 0000000000..a7c58bb931 --- /dev/null +++ b/src/ukify/test/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +tmp_path_retention_policy = failed -- 2.25.1