Skip to content

Commit

Permalink
forcefields/test_jobs.py add pytest.importorskip("quippy")
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Oct 4, 2023
1 parent 32b6ba7 commit bda817a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/forcefields/test_jobs.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
from pytest import approx
from pytest import approx, importorskip

importorskip("quippy")


def test_chgnet_static_maker(si_structure):
Expand Down

0 comments on commit bda817a

Please sign in to comment.