From 5effeefb5949664d6e2268e9b23b630bc17720f8 Mon Sep 17 00:00:00 2001
From: stedif <stefano.difrischia@inaf.it>
Date: Mon, 18 Sep 2023 12:29:02 +0200
Subject: [PATCH] L2SS-1521: limit python-subunit

---
 tangostationcontrol/test-requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tangostationcontrol/test-requirements.txt b/tangostationcontrol/test-requirements.txt
index 726193534..9c0aa76bd 100644
--- a/tangostationcontrol/test-requirements.txt
+++ b/tangostationcontrol/test-requirements.txt
@@ -16,7 +16,7 @@ flake8-breakpoint>=1.1.0 # MIT
 flake8-debugger>=4.0.0 #MIT
 pylint>=2.15.0 # GPLv2
 autopep8>=1.7.0 # MIT
-python-subunit>=1.4.0 # Apache-2.0/BSD
+python-subunit<1.4.3,>=1.4.0 # Apache-2.0/BSD
 Pygments>=2.6.0 # BSD
 stestr>=3.0.0 # Apache-2.0
 testscenarios>=0.5.0 # Apache-2.0/BSD
-- 
GitLab