mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 21:03:21 -07:00
Downgrade mock to 3.0.5 for Python 2.7 compatibility
* Only required for plexapi tests
This commit is contained in:
parent
e26182c96e
commit
b9f614c66f
14 changed files with 354 additions and 8366 deletions
|
@ -1,15 +1,4 @@
|
|||
from __future__ import absolute_import
|
||||
|
||||
import re, sys
|
||||
|
||||
IS_PYPY = 'PyPy' in sys.version
|
||||
|
||||
import mock.mock as _mock
|
||||
from mock.mock import *
|
||||
|
||||
__version__ = '4.0.2'
|
||||
version_info = tuple(int(p) for p in
|
||||
re.match(r'(\d+).(\d+).(\d+)', __version__).groups())
|
||||
|
||||
|
||||
__all__ = ('__version__', 'version_info') + _mock.__all__
|
||||
__all__ = _mock.__all__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue