File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1+ 8.2.1 (Aug 25, 2020)
2+ - Use mmh3cffi=0.1.5 which fixes xcode12 issue
3+
148.2.0 (Mar 27, 2020)
25 - Support enabling in-memory cache via config options
36
Original file line number Diff line number Diff line change 77TESTS_REQUIRES = [
88 'flake8' ,
99 'pytest<=4.6' , # for deprecated python versions: https://docs.pytest.org/en/latest/py27-py34-deprecation.html
10- 'pytest-mock' ,
10+ 'pytest-mock==2.0.0 ' ,
1111 'coverage' ,
1212 'pytest-cov' ,
1313 'mock;python_version<"3"'
4242 'test' : TESTS_REQUIRES ,
4343 'redis' : ['redis>=2.10.5' ],
4444 'uwsgi' : ['uwsgi>=2.0.0' ],
45- 'cpphash' : ['mmh3cffi>=0.1.4 ' ]
45+ 'cpphash' : ['mmh3cffi>=0.1.5 ' ]
4646 },
4747 setup_requires = ['pytest-runner' ],
4848 classifiers = [
Original file line number Diff line number Diff line change 1- __version__ = '8.2.0 '
1+ __version__ = '8.2.1 '
You can’t perform that action at this time.
0 commit comments