diff --git a/tests/test_buffers.py b/tests/test_buffers.py index 0877dc0e4..0d5bf16c3 100644 --- a/tests/test_buffers.py +++ b/tests/test_buffers.py @@ -38,7 +38,7 @@ def test_from_python(): # https://foss.heptapod.net/pypy/pypy/-/issues/2444 # TODO: fix on recent PyPy @pytest.mark.xfail( - env.PYPY, reason="PyPy 7.3.7 doesn't clear this anymore", stict=False + env.PYPY, reason="PyPy 7.3.7 doesn't clear this anymore", strict=False ) def test_to_python(): mat = m.Matrix(5, 4)