diff --git a/tests/test_core.py b/tests/test_core.py index 96b9b91..6f65772 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -634,7 +634,7 @@ def test_numpy() -> None: @pytest.mark.xfail(reason="docs stated that it throws StreamError, not true at all") def test_numpy_error() -> None: import numpy, io - numpy.load(io.BytesIO(b"")) + numpy.load(io.BytesIO(b"")) # type: ignore def test_namedtuple() -> None: import collections