Skip to content
Snippets Groups Projects
Commit 61c39ec5 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-412: Force installation of dependencies in integration test and unit test...

L2SS-412: Force installation of dependencies in integration test and unit test through 'tox --recreate'. Moved test dependencies from itango to test-requirements.txt.
parent aa34710f
No related branches found
No related tags found
1 merge request!142L2SS-412: Use asyncio for opcua and other clients
...@@ -43,11 +43,9 @@ unit_test: ...@@ -43,11 +43,9 @@ unit_test:
before_script: before_script:
- sudo apt-get update - sudo apt-get update
- sudo apt-get install -y git - sudo apt-get install -y git
- pip3 install -r devices/test-requirements.txt
- pip3 install -r docker-compose/itango/lofar-requirements.txt
script: script:
- cd devices - cd devices
- tox -e py37 - tox --recreate -e py37
integration_test: integration_test:
stage: integration-tests stage: integration-tests
allow_failure: true allow_failure: true
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
# order of appearance. Changing the order has an impact on the overall # order of appearance. Changing the order has an impact on the overall
# integration process, which may cause wedges in the gate later. # integration process, which may cause wedges in the gate later.
asynctest>=0.13.0 # Apache-2.0
bandit>=1.6.0 # Apache-2.0 bandit>=1.6.0 # Apache-2.0
coverage>=5.2.0 # Apache-2.0 coverage>=5.2.0 # Apache-2.0
doc8>=0.8.0 # Apache-2.0 doc8>=0.8.0 # Apache-2.0
......
...@@ -26,4 +26,4 @@ services: ...@@ -26,4 +26,4 @@ services:
- --timeout=30 - --timeout=30
- --strict - --strict
- -- - --
- tox -e integration - tox --recreate -e integration
...@@ -6,5 +6,3 @@ python-logstash-async ...@@ -6,5 +6,3 @@ python-logstash-async
gitpython gitpython
PyMySQL[rsa] PyMySQL[rsa]
sqlalchemy sqlalchemy
timeout-decorator
asynctest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment