CI: Disable pre-commit in CI 54/70054/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 20 Apr 2022 19:22:41 +0000 (12:22 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 20 Apr 2022 19:22:41 +0000 (12:22 -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: I55cbfdb656294c980b1c499746404fc523202f1c

tox.ini

diff --git a/tox.ini b/tox.ini
index 4a51413..a2110fb 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -3,7 +3,7 @@ minversion = 1.6
 envlist =
     docs,
     docs-linkcheck,
-    pre-commit
+#    pre-commit
 skipsdist = true
 
 [testenv:docs]