Only run the ptvsd unit tests if using Python 2.

This commit is contained in:
Eric Snow 2018-01-11 20:54:54 +00:00
parent 4b7f82a5a2
commit a2f8e4bcba

View file

@ -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 += [