Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianDeconinck committed Dec 24, 2024
1 parent aee7ade commit e37c110
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
import numpy as np
import pytest

try:
import ndsl.dsl # noqa: F401
except ModuleNotFoundError:
raise ModuleNotFoundError("NDSL cannot be loaded")

try:
import gt4py
Expand Down

0 comments on commit e37c110

Please sign in to comment.