drop obsolete mock

This commit is contained in:
Mike McLean 2025-04-10 15:32:16 -04:00
parent d970eeeb5d
commit 26f0e3e98a

View file

@ -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()