From 5cb0faaf26fccea4283b01c447f8c325e7485bca Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Thu, 23 Mar 2023 12:42:12 -0600 Subject: [PATCH] tox: Don't run openstack by default It's quite time-consuming, and we're not sure if it's in use at all. Signed-off-by: Zack Cerza --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8f179a97..d9320dea 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = docs, py3, flake8, openstack +envlist = docs, py3, flake8 isolated_build = True [testenv] -- 2.47.3