CI: Disable pre-commit in CI 55/70055/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 20 Apr 2022 19:24:37 +0000 (12:24 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 20 Apr 2022 19:24:37 +0000 (12:24 -0700)
Packer has been having issues creating new images for a bit and
pre-commit is no longer working in CI because of something upstream
because of this.

Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I64d9e9b2d3edf3ff395ef0886d4e2fe0a5a2dad4

tox.ini

diff --git a/tox.ini b/tox.ini
index 470631c..50139f2 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -8,7 +8,7 @@ envlist =
   jjb-version,
   license,
   bashate,
-  pre-commit
+#  pre-commit
 skipsdist = True
 
 [testenv:docs]