aboutsummaryrefslogtreecommitdiffstats
path: root/testing/testing.pyproject
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2019-03-01 09:16:39 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2019-03-01 09:19:35 +0000
commit04c362ee1d4ed2b736310389a23ea94bdad5e9d7 (patch)
tree6651f6e1e9cc3b2a7d21fefe6350449ca0203fd5 /testing/testing.pyproject
parent5abbce3485e91bdbac532d4c811b9696f8e88cfc (diff)
Move the .pyqtc files to .pyproject files
Use the new project file format. Change-Id: I69f488c285343500edd999b746ce244a56504030 Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'testing/testing.pyproject')
-rw-r--r--testing/testing.pyproject4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/testing.pyproject b/testing/testing.pyproject
new file mode 100644
index 000000000..22914e5a9
--- /dev/null
+++ b/testing/testing.pyproject
@@ -0,0 +1,4 @@
+{
+ "files": ["../testrunner.py", "blacklist.py", "buildlog.py", "command.py",
+ "helper.py", "__init__.py", "parser.py", "runner.py", "wheel_tester.py"]
+}