Skip to content

Commit

Permalink
update pipeline
Browse files Browse the repository at this point in the history
exclude mock package data from reqs
  • Loading branch information
beliaev-maksim committed Jun 22, 2022
1 parent 97c7b27 commit a6b615b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
run: |
mypy --config-file=./mypy.ini -p responses
- name: Run mypy (namespace packages)
run: |
# see https://github.com/getsentry/responses/issues/556
mypy --config-file=./mypy.ini --namespace-packages -p responses
tests:
runs-on: ubuntu-latest
strategy:
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"pytest-asyncio",
"pytest-localserver",
"flake8",
"types-mock",
"types-requests",
"mypy",
]
Expand Down

0 comments on commit a6b615b

Please sign in to comment.