We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c83bb1e commit 5ec2ffcCopy full SHA for 5ec2ffc
src/tests/test_protocol.py
@@ -4,6 +4,10 @@
4
5
import unittest
6
7
+from .common import skip_python3
8
+
9
+skip_python3()
10
11
12
class TestProtocol(unittest.TestCase):
13
"""Main protocol test case"""
0 commit comments