Skip to content

Commit 5c1bd61

Browse files
committed
Format
1 parent bcb77d1 commit 5c1bd61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def test_apply_overrides():
147147
assert plugin.apply_overrides(["1"], ["a", True, "b"]) == ["a", "1", "b"]
148148

149149

150-
@pytest.mark.skipif(os.name == "nt", reason = "Not working on Windows due to test design.")
150+
@pytest.mark.skipif(os.name == "nt", reason="Not working on Windows due to test design.")
151151
def test_option_overrides(tmpdir, last_diagnostics_monkeypatch, workspace):
152152
import sys
153153
from stat import S_IRWXU

0 commit comments

Comments
 (0)