From 7341605ae3dc0bd77c60249fa043ebbe4b4ddd00 Mon Sep 17 00:00:00 2001 From: AN Long Date: Wed, 3 Apr 2024 19:44:39 +0800 Subject: [PATCH] Fix test --- tests/test_protocol_cybinary.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_protocol_cybinary.py b/tests/test_protocol_cybinary.py index 9831211..c2c452d 100644 --- a/tests/test_protocol_cybinary.py +++ b/tests/test_protocol_cybinary.py @@ -17,7 +17,8 @@ from thriftpy2.transport.memory import TCyMemoryBuffer -pytest.mark.skipif(PYPY, reason="cython not enabled in pypy.") +if PYPY: + pytest.skip("cython not enabled in pypy.", allow_module_level=True) class TItem(TPayload):