From d19105519c1f3ed9ef974ae98b18201911566ed0 Mon Sep 17 00:00:00 2001 From: Henning Glawe <glaweh@debian.org> Date: Tue, 18 Mar 2025 18:00:53 +0100 Subject: [PATCH] comment-out import pathlib until we re-enable the missing tests --- tests/test_quota.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_quota.py b/tests/test_quota.py index 0702e5e..91013e6 100644 --- a/tests/test_quota.py +++ b/tests/test_quota.py @@ -11,7 +11,7 @@ tests can easily be added if desired. """ -import pathlib +# import pathlib import mpsd_hpc_tools.quota as quota -- GitLab