Added requests_mock to pytest job
This commit is contained in:
parent
b15b6f705d
commit
ff669e7c5a
@ -24,7 +24,7 @@ test:pytest:
|
||||
image: python:3.8
|
||||
interruptible: true
|
||||
script:
|
||||
- 'pip install --upgrade pytest coverage'
|
||||
- 'pip install --upgrade pytest coverage requests_mock'
|
||||
- 'pip install --upgrade -r requirements.txt'
|
||||
- 'coverage run --source . -m pytest --junitxml=report.xml'
|
||||
- 'coverage report'
|
||||
|
Loading…
Reference in New Issue
Block a user