diff options
| author | Eric Fried <openstack@fried.cc> | 2019-10-21 16:37:41 -0500 |
|---|---|---|
| committer | Eric Fried <openstack@fried.cc> | 2019-10-21 16:37:41 -0500 |
| commit | abdec78fa331ce724008ba864841f36fde294fd9 (patch) | |
| tree | 234ed9f80954c35ae6a9dceb702bcb1c106ca538 | |
| parent | 8cdc7348d184555cac3e32facaf949784f0564d2 (diff) | |
| download | python-openstackclient-abdec78fa331ce724008ba864841f36fde294fd9.tar.gz | |
Remove plugin projects from test-requirements.txt
Plugin projects were listed in test-requirements.txt ostensibly to pull
them in for autodoc building. However, test-requirements.txt wasn't
being used for that purpose -- doc/requirements.txt was, so [1] added
them there. So this commit removes them from test-requirements.txt where
they're unused.
[1] Id9be39971110fd2eb4519a0582c9bf2514cdcacd
Change-Id: Ia89888ee05e17da636ee46894232624e0178d6bc
| -rw-r--r-- | test-requirements.txt | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 71adb0d1..0f59e46f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -17,26 +17,3 @@ tempest>=17.1.0 # Apache-2.0 osprofiler>=1.4.0 # Apache-2.0 bandit!=1.6.0,>=1.1.0 # Apache-2.0 wrapt>=1.7.0 # BSD License - -# Install these to generate sphinx autodocs -aodhclient>=0.9.0 # Apache-2.0 -gnocchiclient>=3.3.1 # Apache-2.0 -osc-placement>=1.7.0 # Apache-2.0 -python-barbicanclient>=4.5.2 # Apache-2.0 -python-congressclient<2000,>=1.9.0 # Apache-2.0 -python-designateclient>=2.7.0 # Apache-2.0 -python-heatclient>=1.10.0 # Apache-2.0 -python-ironicclient>=2.3.0 # Apache-2.0 -python-ironic-inspector-client>=1.5.0 # Apache-2.0 -python-karborclient>=0.6.0 # Apache-2.0 -python-mistralclient!=3.2.0,>=3.1.0 # Apache-2.0 -python-muranoclient>=0.8.2 # Apache-2.0 -python-neutronclient>=6.7.0 # Apache-2.0 -python-octaviaclient>=1.3.0 # Apache-2.0 -python-rsdclient>=0.1.0 # Apache-2.0 -python-saharaclient>=1.4.0 # Apache-2.0 -python-searchlightclient>=1.0.0 #Apache-2.0 -python-senlinclient>=1.1.0 # Apache-2.0 -python-troveclient>=2.2.0 # Apache-2.0 -python-zaqarclient>=1.0.0 # Apache-2.0 -python-zunclient>=3.4.0 # Apache-2.0 |
