Skip to content

Commit c76e4da

Browse files
committed
undo comment
1 parent 428be9f commit c76e4da

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

meshtastic/tests/test_mesh_interface.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
from .. import BROADCAST_ADDR, LOCAL_ADDR
1212
from ..mesh_interface import MeshInterface, _timeago
1313
from ..node import Node
14-
# try:
15-
# # Depends upon the powermon group, not installed by default
16-
# from ..slog import LogSet
17-
# from ..powermon import SimPowerSupply
18-
# except ImportError:
19-
# pytest.skip("Can't import LogSet or SimPowerSupply", allow_module_level=True)
14+
try:
15+
# Depends upon the powermon group, not installed by default
16+
from ..slog import LogSet
17+
from ..powermon import SimPowerSupply
18+
except ImportError:
19+
pytest.skip("Can't import LogSet or SimPowerSupply", allow_module_level=True)
2020

2121
# TODO
2222
# from ..config import Config

0 commit comments

Comments
 (0)