fix missing packages in tests
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ivan Schaller 2022-05-10 16:43:01 +02:00
parent d6725d1e7c
commit 06827af311

View file

@ -36,6 +36,7 @@ steps:
- name: 'test code and generate coverage report'
<<: *test_plugin
commands:
- pip install -r requirements.txt
- coverage erase
- coverage run -m pytest
- coverage xml -i