1 2 3 4 5 6 7 8 9 10 11 12
|
Index: pymatgen/tests/io/test_cif.py
===================================================================
--- pymatgen.orig/tests/io/test_cif.py 2025-10-12 13:47:27.319389167 +0200
+++ pymatgen/tests/io/test_cif.py 2025-10-12 13:47:27.314368683 +0200
@@ -311,6 +311,7 @@
assert set(struct.labels) == set(struct2.labels)
+ @pytest.mark.skip("non-free PF*.cif test files are not available")
def test_cif_parser_springer_pauling(self):
# Below are 10 tests for CIFs from the Springer Materials/Pauling file DBs.
|