diff --git a/pytest.ini b/pytest.ini index 34667c8..3f83bd3 100644 --- a/pytest.ini +++ b/pytest.ini @@ -2,3 +2,5 @@ filterwarnings = once::DeprecationWarning once::PendingDeprecationWarning + +xfail_strict=true