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

Allow unit tests access to global packages

parent d646b469
No related branches found
No related tags found
1 merge request!58L2SS-259: Integrate unit tests using Continuous Integration (CI)
...@@ -2,5 +2,4 @@ ...@@ -2,5 +2,4 @@
# of appearance. Changing the order has an impact on the overall integration # of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later. # process, which may cause wedges in the gate later.
pbr>=2.0 # Apache-2.0 pbr>=2.0 # Apache-2.0
pytango>=9.3.0 # LGPL \ No newline at end of file
\ No newline at end of file
...@@ -5,6 +5,7 @@ skipsdist = True ...@@ -5,6 +5,7 @@ skipsdist = True
[testenv] [testenv]
usedevelop = True usedevelop = True
sitepackages = True
install_command = pip3 install {opts} {packages} install_command = pip3 install {opts} {packages}
setenv = setenv =
VIRTUAL_ENV={envdir} VIRTUAL_ENV={envdir}
......
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