Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove botocore and boto3 restrictions in test reqs #838

Merged
merged 3 commits into from
Dec 26, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Changelog
* Documentation Changes
* Testing Changes
* Run unit tests in windows environment (:pr:`790`)
* Update boto3 version requirement for tests (:pr:`838`)

Thanks to the following people for contributing to this release:
:user:`rwedge`, :user:`systemshift`, :user:`jeffzi`, :user:`kmax12`
Expand Down
3 changes: 1 addition & 2 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ pytest-xdist==1.26.1
pytest-cov==2.6.1
fastparquet>=0.1.6
graphviz>=0.8.4
botocore<=1.13.8
boto3<=1.10.8
moto>=1.3.13
smart-open>=1.8.4
s3fs>=0.2.2
boto3>=1.10.45