fix tests according to pytests warnings
This commit is contained in:
parent
79d3750629
commit
2daa71614e
8 changed files with 10 additions and 10 deletions
|
|
@ -106,4 +106,4 @@ class TestBuildNotification(unittest.TestCase):
|
|||
if six.PY2:
|
||||
msg_expect = msg_expect.decode()
|
||||
self.assertMultiLineEqual(message.decode(), msg_expect.decode())
|
||||
locale.resetlocale()
|
||||
locale.setlocale(locale.LC_ALL, "")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue