This is an automated email from the ASF dual-hosted git repository. dill0wn pushed a commit to branch dw/8426 in repository https://gitbox.apache.org/repos/asf/allura.git
commit 6215f50f285a94905ee5437c3157576e7b497461 Author: Dillon Walls <[email protected]> AuthorDate: Thu Apr 14 15:58:21 2022 +0000 fixup! SF-6801 Upgrade mock 3.0.5 -> 4.0.3, and its deps: six --- ForgeSVN/forgesvn/tests/model/test_repository.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ForgeSVN/forgesvn/tests/model/test_repository.py b/ForgeSVN/forgesvn/tests/model/test_repository.py index 607335462..8451b4341 100644 --- a/ForgeSVN/forgesvn/tests/model/test_repository.py +++ b/ForgeSVN/forgesvn/tests/model/test_repository.py @@ -703,7 +703,7 @@ class _TestWithRepo(_Test): c.project.install_app('svn', 'test1') h.set_context('test', 'test1', neighborhood='Projects') self.repo = M.Repository(name='test1', tool='svn') - self.repo._impl = mock.Mock(spec=M.RepositoryImplementation()) + self.repo._impl = mock.Mock() self.repo._impl.shorthand_for_commit = M.RepositoryImplementation.shorthand_for_commit self.repo._impl.url_for_commit = ( lambda *a, **kw: M.RepositoryImplementation.url_for_commit(
