From 039850d7c1978dabee6e375468c268e2973a956b Mon Sep 17 00:00:00 2001 From: BenjiReis Date: Tue, 18 Jul 2023 16:56:49 +0200 Subject: [PATCH] Update jobs.py Co-authored-by: Samuel Verschelde Signed-off-by: BenjiReis --- jobs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs.py b/jobs.py index 247771340..d61047a0d 100755 --- a/jobs.py +++ b/jobs.py @@ -46,7 +46,7 @@ "markers": "multi_vms and not flaky and not reboot", }, "packages": { - "description": "tests that packages can be install correctly", + "description": "tests that packages can be installed correctly", "requirements": [ "Any pool.", ],