summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorRodolfo Alonso Hernandez <ralonsoh@redhat.com>2022-12-11 19:56:39 +0100
committerRodolfo Alonso Hernandez <ralonsoh@redhat.com>2022-12-11 19:58:29 +0100
commit44ad4bb517d9e0d1e0a4386492087412131bca00 (patch)
treef84525c2de88ff708fa2d5b80d563a34b213a478 /tox.ini
parenta96c8cafe1c67d308e43000c08955ed1c448ea10 (diff)
downloadneutron-44ad4bb517d9e0d1e0a4386492087412131bca00.tar.gz
Remove deprecated "list_moved_globals" script
This script was deprecated in 2016 [1]. [1]https://review.opendev.org/c/openstack/neutron/+/394201 Change-Id: I926d2a3ac0149c3e43dd14918521b088494afae8
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 2f77de82cc..eb6721f0f9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -129,7 +129,6 @@ commands=
flake8
bash ./tools/coding-checks.sh --pylint '{posargs}'
neutron-db-manage --config-file neutron/tests/etc/neutron.conf check_migration
- python ./tools/list_moved_globals.py
{[testenv:genconfig]commands}
{[testenv:bashate]commands}
{[testenv:bandit]commands}