Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
aisk committed Apr 3, 2024
1 parent 913a243 commit 7341605
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_protocol_cybinary.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 7341605

Please sign in to comment.