summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSlawek Kaplonski <skaplons@redhat.com>2023-04-11 13:12:45 +0200
committerSlawek Kaplonski <skaplons@redhat.com>2023-04-11 13:12:45 +0200
commit52653c95e050437b27492404649e42d01b79732b (patch)
tree62a7f0cf0508459e4ade5abeec6612adc63c4d38 /tox.ini
parent3071dfbd0f8e7c8a297f58b6c038cf461691840e (diff)
downloadpython-neutronclient-52653c95e050437b27492404649e42d01b79732b.tar.gz
Remove the CLI code from the Neutron client.
This project no longer provides CLI support. All code has been removed. Please use openstack CLI instead This patch removes entry point for neutron CLI too, bash completion script and CLI related functional and unit tests but it still keeps neutronclient/neutron/v2_0 module as this is used by e.g. Nova. Co-Authored-By: Slawek Kaplonski <skaplons@redhat.com> Closes-Bug: #2003861 Change-Id: I5b6c735d1ff931d7991a42b262e7faa47b75edeb
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 0 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index 06f5829..afdf530 100644
--- a/tox.ini
+++ b/tox.ini
@@ -33,11 +33,6 @@ distribute = false
[testenv:venv]
commands = {posargs}
-[testenv:functional]
-setenv =
- OS_TEST_PATH = ./neutronclient/tests/functional
- OS_NEUTRONCLIENT_EXEC_DIR = {envdir}/bin
-
[testenv:cover]
setenv =
{[testenv]setenv}