Skip to content

Commit

Permalink
TST: run sylvan tests if dd.sylvan imported
Browse files Browse the repository at this point in the history
  • Loading branch information
johnyf committed Dec 10, 2023
1 parent a0a071d commit baba13b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/sylvan_test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"""Tests of the module `dd.sylvan`."""
import logging
import dd.sylvan as _sylvan

import pytest
_sylvan = pytest.importorskip('dd.sylvan')


logging.getLogger('astutils').setLevel('ERROR')
Expand Down

0 comments on commit baba13b

Please sign in to comment.