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
Branches
Tags
1 merge request!143Release 0.15.0
Pipeline #49245 passed with warnings
......@@ -57,7 +57,7 @@ mypy:
tags: [ docker ]
stage: linting
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
allow_failure: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment