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: I7a3555dd0f0c4bcd1969ca7d3669369d7517a6be Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com> Depends-On: https://review.openstack.org/615557
This commit is contained in:
parent
77887bbf05
commit
9cd0d2836c
1
tox.ini
1
tox.ini
@ -71,7 +71,6 @@ basepython = python3
|
|||||||
commands =
|
commands =
|
||||||
{[testenv:flake8]commands}
|
{[testenv:flake8]commands}
|
||||||
{[testenv:bandit]commands}
|
{[testenv:bandit]commands}
|
||||||
python setup.py check --restructuredtext --strict
|
|
||||||
|
|
||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user