Skip to content

Commit

Permalink
Remove leftover openstack code (#778)
Browse files Browse the repository at this point in the history
There are still remnants of openstack in the Bandit code base.
Namely there was still a coverage step that relied on a openstack
git repo. Bandit is self contained and no longer only part of the
openstack ecosystem. Therefore it's safe to remove this coverage
step (which wasn't run anyway).

Signed-off-by: Eric Brown <browne@vmware.com>
  • Loading branch information
ericwb committed Jan 25, 2022
1 parent ca4475f commit 6270185
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 273 deletions.
266 changes: 0 additions & 266 deletions tools/openstack_coverage.py

This file was deleted.

7 changes: 0 additions & 7 deletions tox.ini
Expand Up @@ -56,13 +56,6 @@ commands =
stestr run '{posargs}'
coverage report

[testenv:openstack_coverage]
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
PyYAML>=3.1.0
requests>=2.7.0
commands = python tools/openstack_coverage.py

[testenv:docs]
deps = -r{toxinidir}/doc/requirements.txt
commands=
Expand Down

0 comments on commit 6270185

Please sign in to comment.