Skip to content

Commit

Permalink
simplify nomad import test in test_nomad_examples
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Nov 27, 2024
1 parent da826d6 commit 807e9a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_nomad_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
import pytest

try:
from nomad.parsing.parser import ArchiveParser
from nomad.datamodel import EntryArchive, Context
import nomad
except ImportError:
pytest.skip(
"Skipping NOMAD example tests because nomad is not installed",
Expand Down

0 comments on commit 807e9a8

Please sign in to comment.