From 9281faf429970ec43881ee15f9cdf1ee398807ef Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Mon, 22 Nov 2021 01:33:03 -0800 Subject: [PATCH] Fixing `stict` vs `strict` typo. (#3493) --- tests/test_buffers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)