summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2018-10-30 10:19:14 -0500
committerSean McGinnis <sean.mcginnis@gmail.com>2018-10-30 16:18:44 +0000
commitb7e276349d3b58603b8078608d0f27104c054147 (patch)
tree84aaaa5423e1b39e714cfcc5b8434ac921d1010d /tox.ini
parent9219ada359ec1c9a03120015d2974ec855844e96 (diff)
downloadhorizon-b7e276349d3b58603b8078608d0f27104c054147.tar.gz
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: Iaea98becbcc6877d8413a08a62d4427b11598fd3 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 00be4d2f1..f5f6879a7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -61,7 +61,6 @@ commands =
{envpython} {toxinidir}/manage.py extract_messages --verbosity 0 --check-only
bash {toxinidir}/tools/find_executables.sh
doc8 doc/source releasenotes/source releasenotes/notes
- python setup.py check --restructuredtext --strict
[testenv:cover]
basepython = python3