Skip to content

Commit 1c488b0

Browse files
committed
Fix CI
1 parent 23236f5 commit 1c488b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-data/unit/cmdline.pyproject.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,10 @@ y: int = 'y' # E: Incompatible types in assignment (expression has type "str",
151151
z: int = 'z'
152152
[out]
153153

154-
# Fails on windows for some reason
155154
[case testPyprojectPluginsTrailingComma-posix]
156155
# cmd: mypy .
157156
[file pyproject.toml]
157+
# This test fails on windows for some reason, skipping it there.
158158
\[tool.mypy]
159159
plugins = """
160160
<ROOT>/test-data/unit/plugins/function_sig_hook.py,

0 commit comments

Comments
 (0)