aboutsummaryrefslogtreecommitdiffstats
path: root/testing/command.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/command.py')
-rw-r--r--testing/command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/command.py b/testing/command.py
index f58bb7d81..d56d2509e 100644
--- a/testing/command.py
+++ b/testing/command.py
@@ -158,7 +158,7 @@ def test_project(project, args, blacklist, runs):
def main():
# create the top-level command parser
start_time = timer()
- all_projects = "shiboken6 pyside2 pyside2-tools".split()
+ all_projects = "shiboken6 pyside2".split()
tested_projects = "shiboken6 pyside2".split()
parser = argparse.ArgumentParser(
formatter_class=argparse.RawDescriptionHelpFormatter,