From 89cbf56d96d7da1203fa21ec9e88e465f43e4011 Mon Sep 17 00:00:00 2001 From: Brian Haley Date: Wed, 1 Apr 2020 15:24:28 -0400 Subject: [PATCH] Fix incorrect os-testr test requirement According to Openstack summit session [1] stestr is maintained project to which all Openstack projects should migrate. [1] https://etherpad.openstack.org/p/YVR-python-pti Change-Id: I9b1935be325bfd2bcc51d9f1ee1d3c4229b75403 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index cf4d41e1..77e8d92e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,7 +9,7 @@ coverage!=4.4,>=4.0 # Apache-2.0 flake8-import-order==0.12 # LGPLv3 python-subunit>=1.0.0 # Apache-2.0/BSD oslotest>=3.2.0 # Apache-2.0 -os-testr>=1.0.0 # Apache-2.0 +stestr>=1.0.0 # Apache-2.0 astroid==2.1.0 # LGPLv2.1 pylint==2.3.0 # GPLv2 octavia-lib>=1.3.1 # Apache-2.0