Skip to content
Snippets Groups Projects
Commit e6e0eadf authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

Add pytest dependency to mypy GitLab job

parent 8b024b36
No related branches found
No related tags found
1 merge request!143Release 0.15.0
Pipeline #49245 passed with warnings
...@@ -57,7 +57,7 @@ mypy: ...@@ -57,7 +57,7 @@ mypy:
tags: [ docker ] tags: [ docker ]
stage: linting stage: linting
script: script:
- pip install mypy types-PyYAML types-jsonschema types-requests types-setuptools types-lxml types-python-dateutil - pip install mypy types-PyYAML types-jsonschema types-requests types-setuptools types-lxml types-python-dateutil pytest
- make mypy - make mypy
allow_failure: true allow_failure: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment