From 1bfdcd5e6281332ea4070c604f73ea29183faa34 Mon Sep 17 00:00:00 2001 From: "Jonas L." Date: Tue, 23 Sep 2025 15:33:54 +0200 Subject: [PATCH] chore: add missing dev requirements (#691) ##### SUMMARY Those dependencies were missing from the venv, and are required to run `ansible-test units` --- requirements-dev.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index edb4a6a..1019bb3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,5 +5,7 @@ netaddr cryptography # Development requirements -pylint antsibull-docs>=2.21,<2.22 +pylint +pytest +pytest-xdist