diff --git a/tangostationcontrol/requirements.txt b/tangostationcontrol/requirements.txt index b252910091df6eaca22673b2931b1ab73405c2f0..690513a0d46fdd97e9353275918fc20e1d174fd9 100644 --- a/tangostationcontrol/requirements.txt +++ b/tangostationcontrol/requirements.txt @@ -3,6 +3,8 @@ # integration process, which may cause wedges in the gate later. lofar-station-client@git+https://git.astron.nl/lofar2.0/lofar-station-client@0.6.0 +numpy +mock asyncua >= 0.9.90 # LGPLv3 PyMySQL[rsa] >= 1.0.2 # MIT psycopg2-binary >= 2.9.2 # LGPL diff --git a/tangostationcontrol/tox.ini b/tangostationcontrol/tox.ini index 52d27b6eae221651e0c526a3e09552cb6129168e..67b212028f7f512ae94800d36923c9ebe7d2046b 100644 --- a/tangostationcontrol/tox.ini +++ b/tangostationcontrol/tox.ini @@ -14,7 +14,7 @@ usedevelop = True ; installing this package is non-trivial. The solution is to prevent calling ; binaries directly and utilizing python and tox variables to resolve the ; requested module. -sitepackages = True +; sitepackages = True install_command = {envbindir}/pip3 install {opts} {packages} passenv = HOME setenv = @@ -26,6 +26,7 @@ deps = -r{toxinidir}/test-requirements.txt commands_pre = {envpython} --version + pip install --no-cache pytango commands = {envpython} -m stestr --version {envpython} -m stestr run {posargs}