diff options
author | Dmitry Tantsur <dtantsur@protonmail.com> | 2020-04-28 13:16:14 +0200 |
---|---|---|
committer | Dmitry Tantsur <dtantsur@protonmail.com> | 2020-05-05 11:01:59 +0200 |
commit | ce878131cd9426b4e95a4a1faac9cbb52684779f (patch) | |
tree | aeb27e1cca634659a04f392f49d00c0f57bc82b9 /test-requirements.txt | |
parent | 82c26635648ac2e8fa7e0ae4c802a66ba4436637 (diff) | |
download | ironic-ce878131cd9426b4e95a4a1faac9cbb52684779f.tar.gz |
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
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 8e0eab73a..5c3b55ad4 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 |