summaryrefslogtreecommitdiffstats
path: root/run_tests.sh
diff options
context:
space:
mode:
authorJoe Gordon <jogo@cloudscaling.com>2013-01-17 18:06:53 -0500
committerJoe Gordon <jogo@cloudscaling.com>2013-01-24 09:52:58 -0500
commit4845fc2720a0ab3ff4f15fc8f3f00573b617ce5b (patch)
tree4d8a01e2b9591c39eb3aa93b92be8c6e6df4783d /run_tests.sh
parent4220e0110e1e45a1886d8a8b186aa4cdc2ef9455 (diff)
downloadnova-4845fc2720a0ab3ff4f15fc8f3f00573b617ce5b.tar.gz
nova-4845fc2720a0ab3ff4f15fc8f3f00573b617ce5b.tar.xz
nova-4845fc2720a0ab3ff4f15fc8f3f00573b617ce5b.zip
Fix hacking N302 import only modules
* Includes some general tools/hacking cleanup * Fix several N302 cases * Disable N302 until all cases are fixed Change-Id: Iddba07ff13e10dc41a6930749044bb8c0572d279
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-xrun_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.sh b/run_tests.sh
index 238f5e194..f2bb76355 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -125,7 +125,7 @@ function run_pep8 {
srcfiles+=" setup.py"
# Until all these issues get fixed, ignore.
- ignore='--ignore=E12,E711,E721,E712,N403,N404'
+ ignore='--ignore=E12,E711,E721,E712,N403,N404,N302'
# First run the hacking selftest, to make sure it's right
echo "Running hacking.py self test"