From 917676e86883b770950f84c8cbaa1bb228b4ed35 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Tue, 30 Oct 2018 10:23:59 -0500 Subject: [PATCH] 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: Id846625bdbf3390a0a0bfe441418f763f052dc62 Signed-off-by: Sean McGinnis Depends-On: https://review.openstack.org/615557 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index e6a6780c6..e832a9372 100644 --- a/tox.ini +++ b/tox.ini @@ -65,7 +65,6 @@ commands = {[testenv:bandit]commands} {[testenv:bashate]commands} {[testenv:checkniceness]commands} - python setup.py check --restructuredtext --strict [testenv:docs] basepython = python3