From e5a54e6b91bb2e6e3a552613c6cac9e6342e09d5 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 18 Mar 2020 09:55:03 +0000 Subject: [PATCH] Bump python-subunit minimum to 1.4.0 This version includes an important Python 3 fix [1], without which a Python 3-only stestr doesn't really make sense. [1] https://github.com/testing-cabal/subunit/pull/40 Signed-off-by: Stephen Finucane --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3aa1d109..ac728ea2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ future pbr!=2.1.0,>=2.0.0,!=4.0.0,!=4.0.1,!=4.0.2,!=4.0.3 # Apache-2.0 cliff>=2.8.0 # Apache-2.0 -python-subunit>=1.3.0 # Apache-2.0/BSD +python-subunit>=1.4.0 # Apache-2.0/BSD fixtures>=3.0.0 # Apache-2.0/BSD six>=1.10.0 # MIT testtools>=2.2.0 # MIT