From fc9cec3da364feb572d13c2baa821549500aa252 Mon Sep 17 00:00:00 2001 From: Ryan Sundberg Date: Sun, 2 May 2021 14:31:52 -0700 Subject: [PATCH 05/55] Disable python-oslo.i18n tests due to circular dependency --- gnu/packages/openstack.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index 09e20ee3d5..b38ff888d0 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm @@ -466,6 +466,9 @@ pipeline and used by various modules such as logging.") (base32 "0kjcdw4bk3mi4vqmqwhhq053kxbbbj05si6nwxd1pzx33z067ky3")))) (build-system python-build-system) + (arguments + ; Disable tests, due to the cicrular dependency on oslo.config. + `(#:tests? #f)) (propagated-inputs `(("python-babel" ,python-babel) ("python-six" ,python-six))) @@ -475,7 +478,8 @@ pipeline and used by various modules such as logging.") ("python-bandit" ,python-bandit) ("python-mock" ,python-mock) ("python-mox3" ,python-mox3) - ("python-oslo.config" ,python-oslo.config) + ; This has a circular dependency on oslo.config. + ; ("python-oslo.config" ,python-oslo.config) ("python-oslotest" ,python-oslotest) ("python-reno" ,python-reno) ("python-testscenarios" ,python-testscenarios))) -- 2.31.1