diff --git a/requirements.txt b/requirements.txt index c37479ddd104c16056e8abb1249edd8a15e82655..85d68752646958cbbe5bbb085728f8cc3c178482 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 72b80f0d3ab6f79a973372906d71f34b1d2e7e18..85366102b1d4bff6ab231e342659e1a606cdae2b 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]