Audit & clean up warnings ignored in tests
Open
code quality
tests
- Dominant language
- Python
- Stars
- 28
- Forks
- 37
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 9
Description
The `filterwarnings` block in `tox.ini` is getting large, and some of the warnings that we once had to ignore are now no longer emitted with the latest versions of our dependencies. Any such obsolete warnings should be removed from `tox.ini`, accompanied by setting the minimum version(s) of the relevent dependencies high enough to forbid any versions that were producing the warnings.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.