Only test debugger_protocol under Python 3.

This commit is contained in:
Eric Snow 2018-01-10 01:01:53 +00:00
parent 17847eb54e
commit 7fb4e339b6

View file

@ -0,0 +1,6 @@
import sys
import unittest
if sys.version_info[0] == 2:
raise unittest.SkipTest('not tested under Python 2')