Skip to content

Commit 58c0bdd

Browse files
committed
Small change to broken_complex marker description
"on Windows" added to make it clear that this marker only skips for Windows platforms
1 parent 39a48e1 commit 58c0bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ omit = [
3434

3535
[tool.pytest.ini.options]
3636
markers = [
37-
"broken_complex: mark a test that is skipped due to complex implementation",
37+
"broken_complex: mark a test that is skipped on Windows due to complex implementation",
3838
]
3939
minversion = "6.0"
4040
norecursedirs= [

0 commit comments

Comments
 (0)