We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd6d0b commit 65be7dfCopy full SHA for 65be7df
py-polars/tests/unit/test_errors.py
@@ -659,7 +659,7 @@ def test_invalid_is_in_dtypes(
659
)
660
assert len(records) == len(warnings)
661
for record, expected_warning in zip(records, warnings):
662
- assert record.category == expected_warning[0] # warning type
+ assert record.category == expected_warning[0] # type: ignore[comparison-overlap]
663
assert (
664
record.message.args[0] == expected_warning[1] # type: ignore[union-attr]
665
0 commit comments