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 ecb170b
Show file tree
Hide file tree
Showing 3 changed files with 6 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: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
------

* Add `passthrough` argument to `BaseResponse` object. See #557
* Fix type for the `mock`'s patcher object. See #556

0.21.0
------
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 ecb170b

Please sign in to comment.