CI: Disable pre-commit in CI 82/100682/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 20 Apr 2022 18:41:51 +0000 (11:41 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 20 Apr 2022 18:41:51 +0000 (11:41 -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: I57596aed4cf90c196ae14cb7427eea0073fb95a0

tox.ini

diff --git a/tox.ini b/tox.ini
index f1635af34d43fe9bbce7b4eb64dac13cecbc602d..c6a1d6e3060ea74485883e58d73da99b12e0ebcd 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,7 @@
 [tox]
 minversion = 1.6
 [tox]
 minversion = 1.6
-envlist = docs,docs-linkcheck,jjb-version,pre-commit,prefix,robot
+envlist = docs,docs-linkcheck,jjb-version,prefix,robot,
+#    pre-commit
 skipsdist = true
 
 [testenv:docs]
 skipsdist = true
 
 [testenv:docs]