From d223ded97b7e7286d100ca15d6e02f57359c9583 Mon Sep 17 00:00:00 2001 From: Jesper Friis Date: Sun, 20 Aug 2023 21:29:34 +0200 Subject: [PATCH] Removed testing that no storage plugins are loaded initially, since they will be if run from test_python_bindings... --- bindings/python/tests/test_storage_plugins.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/bindings/python/tests/test_storage_plugins.py b/bindings/python/tests/test_storage_plugins.py index b502b5fe4..31c32d8fb 100644 --- a/bindings/python/tests/test_storage_plugins.py +++ b/bindings/python/tests/test_storage_plugins.py @@ -1,9 +1,6 @@ import dlite -# Initially no storage plugins are loaded -assert list(dlite.StoragePluginIter()) == [] - # Storage plugins can be loaded dlite.Storage.load_plugins()