mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Only test debugger_protocol under Python 3.
This commit is contained in:
parent
17847eb54e
commit
7fb4e339b6
1 changed files with 6 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
import sys
|
||||
import unittest
|
||||
|
||||
|
||||
if sys.version_info[0] == 2:
|
||||
raise unittest.SkipTest('not tested under Python 2')
|
||||
Loading…
Add table
Add a link
Reference in a new issue