summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorStephen Finucane <stephenfin@redhat.com>2022-04-05 11:24:49 +0100
committerStephen Finucane <stephenfin@redhat.com>2022-04-05 12:59:12 +0100
commitb082d06cbccd06bd49d9aa2a35ea922190e42cc5 (patch)
tree6c74932c7ca5bc9ee0f00d55397d068910a70f8d /tox.ini
parentb0851b0e9c82446aec2ea0317514766fbc53abc0 (diff)
downloadnova-b082d06cbccd06bd49d9aa2a35ea922190e42cc5.tar.gz
hacking: Prevent use of six
Spotted this in a review recently. We don't want people using six anymore. Change-Id: Ie107a95bc06390ab519d3b3af9b07103a9a14316 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 2875f3374a..41d0691666 100644
--- a/tox.ini
+++ b/tox.ini
@@ -375,6 +375,7 @@ extension =
N367 = checks:do_not_alias_mock_class
N368 = checks:do_not_use_mock_class_as_new_mock_value
N369 = checks:check_lockutils_rwlocks
+ N370 = checks:check_six
paths =
./nova/hacking