From 04c362ee1d4ed2b736310389a23ea94bdad5e9d7 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Fri, 1 Mar 2019 09:16:39 +0100 Subject: Move the .pyqtc files to .pyproject files Use the new project file format. Change-Id: I69f488c285343500edd999b746ce244a56504030 Reviewed-by: Christian Tismer --- testing/testing.pyproject | 4 ++++ testing/testing.pyqtc | 9 --------- 2 files changed, 4 insertions(+), 9 deletions(-) create mode 100644 testing/testing.pyproject delete mode 100644 testing/testing.pyqtc (limited to 'testing') 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"] +} diff --git a/testing/testing.pyqtc b/testing/testing.pyqtc deleted file mode 100644 index 5a89e69b8..000000000 --- a/testing/testing.pyqtc +++ /dev/null @@ -1,9 +0,0 @@ -../testrunner.py -blacklist.py -buildlog.py -command.py -helper.py -__init__.py -parser.py -runner.py -wheel_tester.py -- cgit v1.2.3