From e34104e74c9ab9186d41a5a5ce229037be75ee65 Mon Sep 17 00:00:00 2001 From: Boden R Date: Thu, 12 Apr 2018 09:39:20 -0600 Subject: [PATCH] fix tox release note generation The reno package must now be specified in the test-requirements.txt, otherwise reno is not installed and the tox venv target can't be used to generate a release note. [1] https://docs.openstack.org/reno/latest/user/usage.html Change-Id: I2d246fc51498912be62e203cb8e457e9a7a0df22 --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-requirements.txt b/test-requirements.txt index 4fe136dddd5..08adabd0915 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15,6 +15,7 @@ testscenarios>=0.4 # Apache-2.0/BSD WebTest>=2.0.27 # MIT oslotest>=3.2.0 # Apache-2.0 os-testr>=1.0.0 # Apache-2.0 +reno>=2.5.0 # Apache-2.0 ddt>=1.0.1 # MIT pylint==1.4.5 # GPLv2 # Needed to run DB commands in virtualenvs