mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Only run the ptvsd unit tests if using Python 2.
This commit is contained in:
parent
4b7f82a5a2
commit
a2f8e4bcba
1 changed files with 2 additions and 0 deletions
|
|
@ -43,6 +43,8 @@ def convert_argv(argv):
|
|||
# Do discovery.
|
||||
if quick:
|
||||
start = os.path.join(TEST_ROOT, 'ptvsd')
|
||||
elif sys.version_info[0] != 3:
|
||||
start = os.path.join(TEST_ROOT, 'ptvsd')
|
||||
else:
|
||||
start = PROJECT_ROOT
|
||||
cmd += [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue