From c8581a3925a073513a3d63e78c25be1fe94fd2d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20M=C3=BCller?= Date: Wed, 5 Nov 2025 15:01:17 +0100 Subject: [PATCH] Fix missing pytest dependency --- tests/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/requirements.txt b/tests/requirements.txt index 00100fae88..dc8e76baa8 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,5 +1,6 @@ pytest>=5.3.5 pytest-xdist>=1.31.0 +pytest-html>=4.0.0 scipy>=1.5.2 numpy>=1.19.2 bitstring>=4.3.1 -- GitLab