summaryrefslogtreecommitdiff
path: root/HACKING.rst
diff options
context:
space:
mode:
Diffstat (limited to 'HACKING.rst')
-rw-r--r--HACKING.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/HACKING.rst b/HACKING.rst
index 61785b2e25..5b769c1933 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -51,6 +51,7 @@ Nova Specific Commandments
assertIn/NotIn(A, B)
- [N339] Check common raise_feature_not_supported() is used for v2.1 HTTPNotImplemented response.
- [N340] Check nova.utils.spawn() is used instead of greenthread.spawn() and eventlet.spawn()
+- [N341] contextlib.nested is deprecated
Creating Unit Tests
-------------------