From 0009a2612c532d5fcd057cde091ee1eb692af25e Mon Sep 17 00:00:00 2001 From: Marek Vrbka Date: Tue, 13 Jun 2023 15:05:51 +0200 Subject: Add a way to exclude tests by specifying an exclusion file This patch adds a way to specify a yaml file which specifies either for each target individually or for all targets to exclude tests. Example file format is included in excluded.yaml.example. --- debug/requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'debug/requirements.txt') diff --git a/debug/requirements.txt b/debug/requirements.txt index 8fbeb99..444062e 100644 --- a/debug/requirements.txt +++ b/debug/requirements.txt @@ -1 +1,2 @@ pexpect>=4.0.0 +pyyaml>=3.12 -- cgit v1.1