We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d53eaa commit 47625abCopy full SHA for 47625ab
1 file changed
Lib/test/test_dtrace.py
@@ -103,7 +103,7 @@ class SystemTapBackend(TraceBackend):
103
COMMAND = ["stap", "-g"]
104
105
106
-@unittest.skipIf(MS_WINDOWS, "Tests not compliant with trace on Windows.")
+@unittest.skipIf(MS_WINDOWS, "Tests not compliant with trace on Windows")
107
class TraceTests:
108
# unittest.TestCase options
109
maxDiff = None
0 commit comments