Skip to content

Commit

Permalink
Update test_services.py
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky authored Nov 4, 2024
1 parent fda9029 commit 7dc6100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chia/_tests/core/services/test_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ async def test_daemon_terminates(signal_number: signal.Signals, chia_root: ChiaR
"chia.timelord.timelord_launcher",
"timelord_launcher",
marks=pytest.mark.skipif(
sys.platform in ("win", "cygwin"),
sys.platform in ("win32", "cygwin"),
reason="windows is not supported by the timelord launcher",
),
),
Expand Down

0 comments on commit 7dc6100

Please sign in to comment.