Updated dependencies

- SVN 0.3.43 → ~0.3 (which installed 0.3.46 and needed some fixes)
- mkdocs 0.17.2 → ~1.0 (which installed 1.0.4)
- mkdocs-material 2.2.2 → ~4.2 (which installed 4.2.0)
This commit is contained in:
2019-05-14 14:33:55 +02:00
parent 1e1420d92b
commit e33297e3f5
4 changed files with 288 additions and 181 deletions

View File

@@ -11,7 +11,7 @@ from unittest import mock
from bson import ObjectId
from dateutil.tz import tzutc
import responses
import svn.common
import svn.exception
import pillarsdk
@@ -155,7 +155,7 @@ class TestCommitLogObserver(unittest.TestCase):
from attract import subversion
self.mock_client.log_default = mock.Mock(name='log_default',
side_effect=svn.common.SvnException('unittest'))
side_effect=svn.exception.SvnException('unittest'))
record_blink = mock.Mock(name='record_blink',
spec={'__name__': 'record_blink'})