fix tests according to pytests warnings

This commit is contained in:
Tomas Kopecek 2022-10-24 10:40:50 +02:00
parent 79d3750629
commit 2daa71614e
8 changed files with 10 additions and 10 deletions

View file

@ -781,7 +781,7 @@ class MavenUtilTestCase(unittest.TestCase):
result = koji.util.formatChangelog(data)
self.assertMultiLineEqual(expect, result)
locale.resetlocale()
locale.setlocale(locale.LC_ALL, "")
def test_parseTime(self):
"""Test parseTime function"""