Remove setup.py check from pep8 job
Using "python setup.py check -r -s" method of checking the package has been deprecated with the new recommendation to build the sdist and wheel, then running "twine check" against the output. Luckily, there is already a job that covers this that only runs when the README, setup.py, or setup.cfg files change, making running this in the pep8 job redundant. This covered by the test-release-openstack-python3 that is defined in the publish-to-pypi-python3 template. More details can be found in this mailing list post: http://lists.openstack.org/pipermail/openstack-dev/2018-October/136136.html Change-Id: Ie86513569c5a25c2de5eca94e0479f03806a45fb Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
parent
f48c40f124
commit
c8a4987bbf
1
tox.ini
1
tox.ini
@ -46,7 +46,6 @@ deps =
|
|||||||
commands =
|
commands =
|
||||||
{[testenv:flake8]commands}
|
{[testenv:flake8]commands}
|
||||||
{[bandit]commands}
|
{[bandit]commands}
|
||||||
python setup.py check --restructuredtext --strict
|
|
||||||
|
|
||||||
[testenv:genconfig]
|
[testenv:genconfig]
|
||||||
description = Generates sample configuration file for monasca-persister
|
description = Generates sample configuration file for monasca-persister
|
||||||
|
Loading…
Reference in New Issue
Block a user