Skip to content

Commit 103c403

Browse files
committed
Refactor SwanlabMonitor test setup for improved environment handling
1 parent 841eb42 commit 103c403

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/utils/swanlab_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def tearDownClass(cls):
2020
else:
2121
os.environ[k] = v
2222

23+
@unittest.skip("Requires swanlab package and network access")
2324
def test_swanlab_monitor_smoke(self):
2425
from trinity.utils.monitor import SwanlabMonitor
2526

0 commit comments

Comments
 (0)