aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
m---------sources/pyside2-tools0
-rw-r--r--testing/command.py2
2 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside2-tools b/sources/pyside2-tools
deleted file mode 160000
-Subproject a8448837204faee0b457d1e2d4cbf574a281111
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,