Update dependency certifi to v2022.9.24 #20

Merged
renovate[bot] merged 2 commits from renovate/certifi-2022.x into main 2022-10-01 12:31:38 +02:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 9118b98c89 - Show all commits

View File

@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: pip install -r requirements.txt && pip install -r requirements-dev.txt
- name: Lint
run: pylint --recursive=yes --output-format=parseable --output=lintreport.txt .
run: pylint --recursive=yes --output-format=parseable --output=lintreport.txt . || pylint-exit $?
- name: Run test suite
run: |
coverage run -m py.test -v --junitxml=testresults.xml

View File

@ -1,5 +1,6 @@
black
coverage
pylint
pylint-exit
pytest
requests-mock