Update tests/test_utils_pvpreload.py
Run CI Tests / test (push) Successful in 1m6s

This commit is contained in:
2025-08-07 22:33:07 +02:00
parent 97c10248ff
commit b7483504d8
+1 -1
View File
@@ -194,7 +194,7 @@ def test_offload(tmp_path, caplog):
# Lire le contenu du fichier
with open(fake_file, "rb") as f:
try:
names = pickle.load(f)
names = std_pickle.load(f)
except Exception as e:
pytest.fail(f"Failed to unpickle: {e}")