drop obsolete mock
This commit is contained in:
parent
d970eeeb5d
commit
26f0e3e98a
1 changed files with 0 additions and 1 deletions
|
|
@ -247,7 +247,6 @@ class ConfigFileTestCase(unittest.TestCase):
|
|||
if six.PY2:
|
||||
self.manager.scp_clz = mock.patch("ConfigParser.SafeConfigParser",
|
||||
spec=True).start()
|
||||
mock.patch('codecs.open').start()
|
||||
else:
|
||||
self.manager.cp_clz = mock.patch("configparser.ConfigParser",
|
||||
spec=True).start()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue