Skip to content

Commit 8fb103d

Browse files
Corrected broken_complex mark description
1 parent d68896d commit 8fb103d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 on Windows due to complex implementation",
37+
"broken_complex: mark a test that is skipped due to complex implementation issues in DPC++ compiler",
3838
]
3939
minversion = "6.0"
4040
norecursedirs= [

0 commit comments

Comments
 (0)