From ce878131cd9426b4e95a4a1faac9cbb52684779f Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Tue, 28 Apr 2020 13:16:14 +0200 Subject: [PATCH] Remove testscenarios, testrepository and Babel from test-requirements Neither of these are really used. They have likely been cargo-culted. Also removing mock from doc/requirements, not sure how it got there. Change-Id: I8d242d86af4c6ded215e0bc4cf61da346f21e46c --- doc/requirements.txt | 1 - test-requirements.txt | 3 --- 2 files changed, 4 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 28e33b7752..861acaa727 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,4 +1,3 @@ -mock>=3.0.0 # BSD openstackdocstheme>=1.31.2 # Apache-2.0 os-api-ref>=1.4.0 # Apache-2.0 reno>=2.5.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 8e0eab73a3..5c3b55ad43 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,7 +6,6 @@ coverage!=4.4,>=4.0 # Apache-2.0 ddt>=1.0.1 # MIT doc8>=0.6.0 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD -Babel!=2.4.0,>=2.3.4 # BSD PyMySQL>=0.7.6 # MIT License iso8601>=0.1.11 # MIT oslo.reports>=1.18.0 # Apache-2.0 @@ -14,8 +13,6 @@ oslotest>=3.2.0 # Apache-2.0 stestr>=1.0.0 # Apache-2.0 psycopg2>=2.7.3 # LGPL/ZPL testtools>=2.2.0 # MIT -testresources>=2.0.0 # Apache-2.0/BSD -testscenarios>=0.4 # Apache-2.0/BSD WebTest>=2.0.27 # MIT bashate>=0.5.1 # Apache-2.0 flake8-import-order>=0.17.1 # LGPLv3