Remove nonexistent directory "tests" from pep8 scanning
Directory "tests" defined in run_tests.sh doesn't exist:
92bea7acb9/run_tests.sh (L121)
Change-Id: Iff86e4486e732c5c245cc9695aa76e032d9b7552
This commit is contained in:
parent
92bea7acb9
commit
ea1e2c005d
@ -118,7 +118,7 @@ function copy_subunit_log {
|
||||
|
||||
function run_pep8 {
|
||||
echo "Running pep8 ..."
|
||||
srcfiles="manilaclient tests"
|
||||
srcfiles="manilaclient"
|
||||
# Just run PEP8 in current environment
|
||||
#
|
||||
# NOTE(sirp): W602 (deprecated 3-arg raise) is being ignored for the
|
||||
|
Loading…
Reference in New Issue
Block a user