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

Allow unit tests access to global packages

parent 14d34858
No related branches found
No related tags found
1 merge request!58L2SS-259: Integrate unit tests using Continuous Integration (CI)
......@@ -2,5 +2,4 @@
# 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
pytango>=9.3.0 # LGPL
\ No newline at end of file
pbr>=2.0 # Apache-2.0
\ No newline at end of file
......@@ -5,6 +5,7 @@ skipsdist = True
[testenv]
usedevelop = True
sitepackages = True
install_command = pip3 install {opts} {packages}
setenv =
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