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 is 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: Ic940cee100f4fe00521ba0559107b89ed82a25a0
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2018-10-30 11:16:09 -05:00
parent fd66448175
commit 8436fe45e4

View File

@ -15,7 +15,6 @@ commands = /bin/rm -f .testrepository/times.dbm
[testenv:pep8]
basepython = python3
commands = flake8
python setup.py check --restructuredtext --strict
[testenv:npm]
basepython = python3