beginner friendlyhelp wantedmaintenancetests
仓库指标
- Star
- (7,926 star)
- PR 合并指标
- (平均合并 11天) (30 天内合并 7 个 PR)
描述
Description
Some great maintenance work to cleanup warnings was done in #6067 and #6074 (probably more)
More recently, I started adding pytestmark = pytest.mark.filterwarnings("error"), as in #6407
Ideally, we would move to failing with warnings in the entire test suite, so that we don't regress and catch deprecation issues earlier on. The approach taken in #6407 might be a good start if there's too much going on.
https://docs.pytest.org/en/7.1.x/how-to/capture-warnings.html