Commit 9281faf4 by Ralf W. Grosse-Kunstleve Committed by GitHub

Fixing `stict` vs `strict` typo. (#3493)

parent 673b4be3
...@@ -38,7 +38,7 @@ def test_from_python(): ...@@ -38,7 +38,7 @@ def test_from_python():
# https://foss.heptapod.net/pypy/pypy/-/issues/2444 # https://foss.heptapod.net/pypy/pypy/-/issues/2444
# TODO: fix on recent PyPy # TODO: fix on recent PyPy
@pytest.mark.xfail( @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(): def test_to_python():
mat = m.Matrix(5, 4) mat = m.Matrix(5, 4)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment