]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
tox: Don't run openstack by default 1827/head
authorZack Cerza <zack@redhat.com>
Thu, 23 Mar 2023 18:42:12 +0000 (12:42 -0600)
committerZack Cerza <zack@redhat.com>
Thu, 23 Mar 2023 18:42:12 +0000 (12:42 -0600)
It's quite time-consuming, and we're not sure if it's in use at all.

Signed-off-by: Zack Cerza <zack@redhat.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 8f179a97780077c9f06c9a7ffb53817486ea17d1..d9320dea616bb7e7289be6264cc826cfedab083b 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist = docs, py3, flake8, openstack
+envlist = docs, py3, flake8
 isolated_build = True
 
 [testenv]