aboutsummaryrefslogtreecommitdiff
path: root/tests/incite/test_collection_base.py
diff options
context:
space:
mode:
authorMax Nanis2026-08-20 15:40:48 -0700
committerMax Nanis2026-08-20 15:40:48 -0700
commit0c10237223829818752ab4fc431957c0b22a0e23 (patch)
tree55d541235b32aadf9585dc10381bb9d7f0e28542 /tests/incite/test_collection_base.py
parent77e64ac954a7738b93a85fefde25fd6436e75737 (diff)
downloadgeneralresearch-0c10237223829818752ab4fc431957c0b22a0e23.tar.gz
generalresearch-0c10237223829818752ab4fc431957c0b22a0e23.zip
moving create_dummy to conftest files, fastapi to requirements for Typing, more RuffHEADmaster
Diffstat (limited to 'tests/incite/test_collection_base.py')
-rw-r--r--tests/incite/test_collection_base.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/incite/test_collection_base.py b/tests/incite/test_collection_base.py
index 497e5ab..7e6605f 100644
--- a/tests/incite/test_collection_base.py
+++ b/tests/incite/test_collection_base.py
@@ -1,5 +1,6 @@
-from datetime import datetime, timezone, timedelta
-from os.path import exists as pexists, join as pjoin
+from datetime import datetime, timedelta, timezone
+from os.path import exists as pexists
+from os.path import join as pjoin
from pathlib import Path
from uuid import uuid4
@@ -244,6 +245,7 @@ class TestCollectionBaseMethodsCleanup:
class TestCollectionBaseMethodsCleanup:
+
@pytest.mark.skip
def test_cleanup_partials(self, mnt_filepath):
instance = CollectionBase(archive_path=mnt_filepath.data_src)