Skip to content

Commit 8bddb11

Browse files
committed
fix formatting in pyproject.toml
1 parent 61e7697 commit 8bddb11

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,13 @@ use_parentheses = true
129129
[tool.pytest.ini_options]
130130
addopts = [
131131
"--junitxml=junit.xml",
132-
"--ignore setup.py",
133-
"--ignore run_test.py",
134-
"--tb native",
132+
"--ignore=setup.py",
133+
"--ignore=run_test.py",
134+
"--tb=native",
135135
"--strict",
136136
"--durations=20",
137-
"-q -ra"
137+
"-q",
138+
"-ra"
138139
]
139140
markers = [
140141
"broken_complex: mark a test that is skipped due to complex implementation issues in DPC++ compiler"

0 commit comments

Comments
 (0)