From d646b469c9536033fe6a3e86d239a97337abe317 Mon Sep 17 00:00:00 2001 From: lukken <lukken@astron.nl> Date: Wed, 9 Jun 2021 12:40:12 +0000 Subject: [PATCH] Try to resolve tango requirements for CI --- requirements.txt | 3 ++- tox.ini | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c37479ddd..85d687526 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,5 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -pbr>=2.0 # Apache-2.0 \ No newline at end of file +pbr>=2.0 # Apache-2.0 +pytango>=9.3.0 # LGPL \ No newline at end of file diff --git a/tox.ini b/tox.ini index 72b80f0d3..85366102b 100644 --- a/tox.ini +++ b/tox.ini @@ -13,6 +13,7 @@ setenv = OS_STDERR_CAPTURE=1 OS_TEST_TIMEOUT=60 deps = -r{toxinidir}/test-requirements.txt + -r{toxinidir}/docker-compose/lofar-device-base/lofar-requirements.txt commands = stestr run {posargs} [testenv:pep8] -- GitLab