summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2018-10-30 11:00:28 -0500
committerSean McGinnis <sean.mcginnis@gmail.com>2018-10-30 11:00:41 -0500
commitea18d3d9f86b59bf7adbce59288ce3782dc89ef6 (patch)
treeb24b5efb2ed002eb6fb5612cb1cd9b398ed697f6
parentc4066599e4631622b3502c5fd87957b8d7702073 (diff)
downloados-client-config-ea18d3d9f86b59bf7adbce59288ce3782dc89ef6.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: Idd0e9a83084feab40ed23892918f5b688a99f99e Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 0b1669b..a27674b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -34,7 +34,6 @@ deps =
readme
commands =
doc8 doc/source
- python setup.py check -r -s
flake8 os_client_config
[testenv:venv]