Skip to content

Commit 47625ab

Browse files
committed
TEST: Random change to trigger Windows CI
1 parent 9d53eaa commit 47625ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_dtrace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class SystemTapBackend(TraceBackend):
103103
COMMAND = ["stap", "-g"]
104104

105105

106-
@unittest.skipIf(MS_WINDOWS, "Tests not compliant with trace on Windows.")
106+
@unittest.skipIf(MS_WINDOWS, "Tests not compliant with trace on Windows")
107107
class TraceTests:
108108
# unittest.TestCase options
109109
maxDiff = None

0 commit comments

Comments
 (0)