Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Suppress insufficient coverage
pytest
warning (#798)
This is emitted by `pytest-cov` [[1]] and is turned into an error by the default `-Werror` passed to Python, not the `filterwarnings` setting within the `pytest`. The patch selectively suppresses the warning so there's nothing to turn into an error in the first place. Insufficient coverage still marks the test session as failed as it's supposed to. [1]: pytest-dev/pytest-cov#675
- Loading branch information