From 7197ed9be9e09f37c2c52f2c17b8081265b81645 Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Sat, 19 Sep 2026 14:10:02 +0200 Subject: [PATCH] cook: add pytest to requirements (CI test step) --- cook/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/cook/requirements.txt b/cook/requirements.txt index 142159f..44a5134 100644 --- a/cook/requirements.txt +++ b/cook/requirements.txt @@ -1,2 +1,3 @@ PyYAML>=6.0 pykickstart>=1.99 +pytest>=7.0