From 224e0be8fcdc3cbb2891f4ef438aca2978540930 Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Sat, 27 Apr 2013 08:37:00 -0700 Subject: [PATCH] Remove broken --doctest call from run_pep8.sh 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 | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/run_pep8.sh b/tools/run_pep8.sh index 9276d74f..9c329e76 100755 --- a/tools/run_pep8.sh +++ b/tools/run_pep8.sh @@ -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' -- 2.45.2