We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61e7697 commit 8bddb11Copy full SHA for 8bddb11
1 file changed
pyproject.toml
@@ -129,12 +129,13 @@ use_parentheses = true
129
[tool.pytest.ini_options]
130
addopts = [
131
"--junitxml=junit.xml",
132
- "--ignore setup.py",
133
- "--ignore run_test.py",
134
- "--tb native",
+ "--ignore=setup.py",
+ "--ignore=run_test.py",
+ "--tb=native",
135
"--strict",
136
"--durations=20",
137
- "-q -ra"
+ "-q",
138
+ "-ra"
139
]
140
markers = [
141
"broken_complex: mark a test that is skipped due to complex implementation issues in DPC++ compiler"
0 commit comments