Skip to content

Commit

Permalink
Merge pull request #920 from stealthycoin/fix-pluggy
Browse files Browse the repository at this point in the history
Fix pluggy requirement
  • Loading branch information
stealthycoin authored Jul 30, 2018
2 parents 21c6ebd + 9058212 commit ba1c69e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Next Release (TBD)

* Fix local mode issue with unicode responses and Content-Length
(`#910 <https://github.com/aws/chalice/pull/910>`__)
* Fix issue with ``requirements-dev.txt`` not setting up a working
dev environment
(`#920 <https://github.com/aws/chalice/pull/920>`__)


1.6.0
=====
Expand Down
3 changes: 3 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ pygments==2.1.3
mock==2.0.0
requests==2.18.4
hypothesis==3.56.3
# pip does not catch the <0.7 requirement in pytest so we need to add it to
# the top level requirements.
pluggy<0.7

mypy==0.590; python_version >= '3.6'

0 comments on commit ba1c69e

Please sign in to comment.