Bump hacking

hackihg 3.0.x is too old.

Change-Id: I9d0d19bc6ecf4cb934cce77ce25e89882202dbd6
This commit is contained in:
Takashi Kajinami
2024-01-27 23:18:40 +09:00
parent 5f2835fcf0
commit 7ddca13fcb
8 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -242,7 +242,7 @@ class TestUtils(testtools.TestCase):
# Regression test for bug 1461678.
def _iterate(i):
for chunk in i:
raise(IOError)
raise IOError()
data = io.StringIO('somestring')
data.close = mock.Mock()