aboutsummaryrefslogtreecommitdiffstats
path: root/testing/command.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/command.py')
-rw-r--r--testing/command.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/command.py b/testing/command.py
index 886ab3e74..819fee8ce 100644
--- a/testing/command.py
+++ b/testing/command.py
@@ -160,8 +160,8 @@ def test_project(project, args, blacklist, runs):
def main():
# create the top-level command parser
start_time = timer()
- all_projects = "shiboken2 pyside2 pyside2-tools".split()
- tested_projects = "shiboken2 pyside2".split()
+ all_projects = "shiboken6 pyside2 pyside2-tools".split()
+ tested_projects = "shiboken6 pyside2".split()
parser = argparse.ArgumentParser(
formatter_class=argparse.RawDescriptionHelpFormatter,
description=dedent("""\