From a2f8e4bcbaaefe874ca2f379bfb93975862bfe84 Mon Sep 17 00:00:00 2001 From: Eric Snow Date: Thu, 11 Jan 2018 20:54:54 +0000 Subject: [PATCH] Only run the ptvsd unit tests if using Python 2. --- tests/__main__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/__main__.py b/tests/__main__.py index a4e57523..99faffbe 100644 --- a/tests/__main__.py +++ b/tests/__main__.py @@ -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 += [