summaryrefslogtreecommitdiff
path: root/HACKING.rst
diff options
context:
space:
mode:
authorDavanum Srinivas <davanum@gmail.com>2015-07-21 15:31:58 -0500
committerDavanum Srinivas (dims) <davanum@gmail.com>2015-07-23 11:01:19 +0000
commit83d6548bbe3b1570a11099a9aae689a2dc1b93f7 (patch)
tree77bca0ac140bba1252ef8083a5bc7d59663817e9 /HACKING.rst
parent8a7665b6ba34235c246b1564cc2518d31050b3bd (diff)
downloadnova-83d6548bbe3b1570a11099a9aae689a2dc1b93f7.tar.gz
Remove unnecessary oslo namespace import checks
Latest oslo libraries do not support the old oslo namespace based imports, so the import check in our hacking rules are redundant as CI jobs will fail for sure if someone tries to use oslo namespace based imports. Change-Id: I49c74ade374582f53a3678a1bc7df194c24e892e
Diffstat (limited to 'HACKING.rst')
-rw-r--r--HACKING.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/HACKING.rst b/HACKING.rst
index 8329e97663..1076469ddc 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -41,7 +41,6 @@ Nova Specific Commandments
- [N329] Validate that LOG.exception messages use _LE.
- [N330] Validate that LOG.warning and LOG.warn messages use _LW.
- [N332] Check that the api_version decorator is the first decorator on a method
-- [N333] Check for oslo library imports use the non-namespaced packages
- [N334] Change assertTrue/False(A in/not in B, message) to the more specific
assertIn/NotIn(A, B, message)
- [N335] Check for usage of deprecated assertRaisesRegexp