Skip to content

Commit

Permalink
CI: re-activate materials project tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Feb 6, 2021
1 parent 0fa3eb0 commit b32c7dc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crystals/tests/test_parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ def test_cif_site_occupancy():
assert atm.occupancy == 0.85


@pytest.mark.xfail(reason="API outage until Dec 17th 2020")
@pytest.mark.skipif(
MPJ_API_KEY is None,
reason="Materials Project API key not defined in the environment.",
Expand All @@ -214,7 +213,6 @@ def test_mpj_example():
assert isinstance(cryst, Crystal)


@pytest.mark.xfail(reason="API outage until Dec 17th 2020")
@pytest.mark.skipif(
MPJ_API_KEY is None,
reason="Materials Project API key not defined in the environment.",
Expand Down

0 comments on commit b32c7dc

Please sign in to comment.