You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow the recommendations from pytest's "Good Integration Practices"
guide by enabling all of pytest's strictness options (`strict = true`,
added in pytest 9.0). This supersedes the previous `--strict-markers`
flag and `xfail_strict` ini option, and additionally enables
`strict_config` and `strict_parametrization_ids`.
Also fix the issues surfaced by the stricter configuration and by
pytest 9.1's deprecation of iterator argvalues in parametrize.
0 commit comments