Skip to content

Commit

Permalink
set msgpack max version to 0.5.6 for test environment and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
artembo committed Aug 21, 2020
1 parent 4bcb681 commit 9eb8832
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
msgpack-python>=0.4.0
msgpack-python>=0.4.0,<=0.5.6
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ def find_version(*file_paths):
cmdclass=cmdclass,
command_options=command_options,
install_requires=[
'msgpack-python>=0.4',
'msgpack-python>=0.4,<=0.5.6',
]
)
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ envlist = py27, py36, pypy
commands = pytest
deps =
pyyaml>=3.10
msgpack-python>=0.4.0
msgpack-python>=0.4.0,<=0.5.6
pytest>=3.0.0

0 comments on commit 9eb8832

Please sign in to comment.