Skip to content

Commit 681cc0f

Browse files
committed
Fixes for pytest opts
Signed-off-by: Alexander Mazuruk <a.mazuruk@samsung.com>
1 parent 19119a2 commit 681cc0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ python_classes="Test"
4444
python_functions="test"
4545

4646
addopts = [
47-
"-rfExXw",
48-
"--strict",
47+
"-r fExXw",
48+
"--strict-markers",
4949
"--doctest-modules"
5050
]

0 commit comments

Comments
 (0)