Skip to content

Commit 5ec2ffc

Browse files
committed
skipped python3
1 parent c83bb1e commit 5ec2ffc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/tests/test_protocol.py

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
import unittest
66

7+
from .common import skip_python3
8+
9+
skip_python3()
10+
711

812
class TestProtocol(unittest.TestCase):
913
"""Main protocol test case"""

0 commit comments

Comments
 (0)