Skip to content

Commit

Permalink
Skip qchem tests
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed Oct 6, 2023
1 parent f40efa7 commit 1b36bf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions emmet-core/tests/qchem/test_molecules.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def test_tasks(test_dir):
tasks = [TaskDocument(**t) for t in data]
return tasks


@pytest.mark.skip(reason="Pymatgen OBAlign needs fix")
@pytest.mark.skipif(
not has_eigen, reason="OBAlign missing, presumably due to lack of Eigen"
)
Expand All @@ -55,7 +55,7 @@ def test_make_mol(test_tasks):
with pytest.raises(Exception):
MoleculeDoc.from_tasks(bad_task_group)


@pytest.mark.skip(reason="Pymatgen OBAlign needs fix")
@pytest.mark.skipif(
not has_eigen, reason="OBAlign missing, presumably due to lack of Eigen"
)
Expand Down

0 comments on commit 1b36bf5

Please sign in to comment.