From 8d85f6ccaa5d0a84723d7fda16914ac294c522a2 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 21 Apr 2019 11:43:07 +0200 Subject: [PATCH] Update zuul git URL Use the new location for the zuul repo. Change-Id: I2d45fd000f6288b3ef54f5464a1c752b9c2b8f6b --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a964e98..ed302f3 100644 --- a/tox.ini +++ b/tox.ini @@ -37,7 +37,7 @@ passenv = # python3. deps = # Zuul is required to supply the zuul ansible modules for ansible-lint - -egit+https://git.openstack.org/openstack-infra/zuul#egg=zuul + -egit+https://opendev.org/zuul/zuul#egg=zuul -r{toxinidir}/test-requirements.txt commands = flake8 {posargs}