Skip to content

Commit 08bfd6d

Browse files
committed
set msgpack max version to 0.5.6 for test environment and deps
1 parent f8a0d8e commit 08bfd6d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
msgpack-python>=0.4.0
1+
msgpack-python>=0.4.0,<=0.5.6

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ def find_version(*file_paths):
8383
cmdclass=cmdclass,
8484
command_options=command_options,
8585
install_requires=[
86-
'msgpack-python>=0.4',
86+
'msgpack-python>=0.4,<=0.5.6',
8787
]
8888
)

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ envlist = py27, py36, pypy
1010
commands = pytest
1111
deps =
1212
pyyaml>=3.10
13-
msgpack-python>=0.4.0
13+
msgpack-python>=0.4.0,<=0.5.6
1414
pytest>=3.0.0

0 commit comments

Comments
 (0)