Skip to content

Commit ad9dd4f

Browse files
committed
fixup! Move pytest configuration settings to .pytest.toml
1 parent eef1663 commit ad9dd4f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.pytest.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,8 @@ markers = [
2424
"apidoc",
2525
]
2626
testpaths = ["tests"]
27-
strict = true
27+
28+
strict_config = true
29+
strict_markers = true
30+
#strict_parametrization_ids = true
31+
strict_xfail = true

0 commit comments

Comments
 (0)