]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Remove broken --doctest call from run_pep8.sh
authorClint Byrum <clint@fewbar.com>
Sat, 27 Apr 2013 15:37:00 +0000 (08:37 -0700)
committerClint Byrum <clint@fewbar.com>
Tue, 30 Apr 2013 20:51:31 +0000 (13:51 -0700)
It does not seem to actually be required and causes the script to fail
when not running inside tox.

Change-Id: Ib5be301054b08623ea31a97c1b2d6c341e7fdd3e

tools/run_pep8.sh

index 9276d74f00b9b815071fb207e2900e79fe182cc5..9c329e760f72d27a1346efc0c1e043d80e105d5e 100755 (executable)
@@ -1,8 +1,6 @@
 #!/bin/bash
 
 set -e
-# This is used by run_tests.sh and tox.ini
-python tools/hacking.py --doctest
 
 # Until all these issues get fixed, ignore.
 PEP8='python tools/hacking.py --ignore=N101,N201,N202,N301,N302,N303,N304,N305,N306,N401,N402,N403,N404,N702,N703,N801,N902'