Skip to content

Commit 65ff1a1

Browse files
committed
try to tell travis to use python2-compat pytest-mock
1 parent 2de5c10 commit 65ff1a1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
]
3737
},
3838
setup_requires = ['pytest-runner'],
39-
tests_require=['pytest','ciso8601','pytest-mock','pytz'],
39+
tests_require=['pytest','ciso8601','pytest-mock~=1.13.0','pytz'],
4040
extras_require={
4141
':python_version == "2.7"': ['futures']
4242
},
@@ -67,4 +67,3 @@
6767
install_requires.append(req)
6868

6969
setup(**setup_args)
70-

0 commit comments

Comments
 (0)