From e10b61ba0c374fa14887a5007e3b7d149b6765b0 Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Thu, 9 Apr 2026 16:53:29 +0200 Subject: [PATCH] System test requires the h2 module (cherry picked from commit 8b4b1aa6d9ad9767fb5b152c4fe628daa164cb86) --- bin/tests/system/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/tests/system/requirements.txt b/bin/tests/system/requirements.txt index 62f31a3e3b..0bd1e00fc8 100644 --- a/bin/tests/system/requirements.txt +++ b/bin/tests/system/requirements.txt @@ -3,6 +3,7 @@ dnspython>=2.7.0 cryptography +h2 hypothesis>=4.41.2 jinja2 pytest>=7.0.0