Skip to content
Snippets Groups Projects
Commit 82c03d47 authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-951: Disable site-packages and install pytango in tox

parent 8baacd38
No related branches found
No related tags found
1 merge request!423L2SS-951: Disable site-packages and install pytango in tox
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
# integration process, which may cause wedges in the gate later. # 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 lofar-station-client@git+https://git.astron.nl/lofar2.0/lofar-station-client@0.6.0
numpy
mock
asyncua >= 0.9.90 # LGPLv3 asyncua >= 0.9.90 # LGPLv3
PyMySQL[rsa] >= 1.0.2 # MIT PyMySQL[rsa] >= 1.0.2 # MIT
psycopg2-binary >= 2.9.2 # LGPL psycopg2-binary >= 2.9.2 # LGPL
......
...@@ -14,7 +14,7 @@ usedevelop = True ...@@ -14,7 +14,7 @@ usedevelop = True
; installing this package is non-trivial. The solution is to prevent calling ; installing this package is non-trivial. The solution is to prevent calling
; binaries directly and utilizing python and tox variables to resolve the ; binaries directly and utilizing python and tox variables to resolve the
; requested module. ; requested module.
sitepackages = True ; sitepackages = True
install_command = {envbindir}/pip3 install {opts} {packages} install_command = {envbindir}/pip3 install {opts} {packages}
passenv = HOME passenv = HOME
setenv = setenv =
...@@ -26,6 +26,7 @@ deps = ...@@ -26,6 +26,7 @@ deps =
-r{toxinidir}/test-requirements.txt -r{toxinidir}/test-requirements.txt
commands_pre = commands_pre =
{envpython} --version {envpython} --version
pip install --no-cache pytango
commands = commands =
{envpython} -m stestr --version {envpython} -m stestr --version
{envpython} -m stestr run {posargs} {envpython} -m stestr run {posargs}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment