aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorCristian Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2020-10-30 15:30:07 +0100
committerCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2020-10-31 14:19:37 +0000
commit19274bff12f3b2fe3e2395ea67431b56374fc3ef (patch)
tree3b33bed1774ecf55e1a6936bfb5ffa798c442284 /testing
parent0a17b4e5c04df54f6b86b6a9de3a1ac64c723e7c (diff)
Remove old pyside2-tools directory
The tools directory was brought back as sources/pyside-tools and currently only holds the pyside_tool.py script to create the entry points for rcc and uic. Since the submodule is not present anymore, we remove also the reference from the testing step. Change-Id: I0bfa4509d44c9bd2a3e5fbf4ddb7fff7a2750f4d Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'testing')
-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,