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

Try to resolve tango requirements for CI

parent 40718936
No related branches found
No related tags found
1 merge request!58L2SS-259: Integrate unit tests using Continuous Integration (CI)
...@@ -2,4 +2,5 @@ ...@@ -2,4 +2,5 @@
# 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
\ No newline at end of file pytango>=9.3.0 # LGPL
\ No newline at end of file
...@@ -13,6 +13,7 @@ setenv = ...@@ -13,6 +13,7 @@ setenv =
OS_STDERR_CAPTURE=1 OS_STDERR_CAPTURE=1
OS_TEST_TIMEOUT=60 OS_TEST_TIMEOUT=60
deps = -r{toxinidir}/test-requirements.txt deps = -r{toxinidir}/test-requirements.txt
-r{toxinidir}/docker-compose/lofar-device-base/lofar-requirements.txt
commands = stestr run {posargs} commands = stestr run {posargs}
[testenv:pep8] [testenv:pep8]
......
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