Skip to content

Commit f3d0701

Browse files
authored
test: Make xfail be strict (#432)
1 parent f28d5fc commit f3d0701

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,6 @@ full = [
103103
"cvxpy>=1.3.0", # No Clarabel solver before 1.3.0
104104
"ecos>=2.0.14", # Does not work before 2.0.14
105105
]
106+
107+
[tool.pytest.ini_options]
108+
xfail_strict = true

0 commit comments

Comments
 (0)