Skip to content

Commit

Permalink
don't attempt to import static preview script
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Oct 31, 2023
1 parent 6891a30 commit 5b7cc81
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion romancal/tests/test_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def dependencies(package, exclude: [str]):
]


MODULES = dependencies(romancal, exclude=["test", "time"])
MODULES = dependencies(romancal, exclude=["test", "time", "static_preview"])


@pytest.mark.parametrize(
Expand Down

0 comments on commit 5b7cc81

Please sign in to comment.