Skip to content

Commit 3dbb499

Browse files
Temporarily(?) reenable localisation tests in CI
1 parent 0491968 commit 3dbb499

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_types.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## python-exiv2 - Python interface to libexiv2
22
## http://github.com/jim-easterbrook/python-exiv2
3-
## Copyright (C) 2023 Jim Easterbrook [email protected]
3+
## Copyright (C) 2023-24 Jim Easterbrook [email protected]
44
##
55
## This program is free software: you can redistribute it and/or
66
## modify it under the terms of the GNU General Public License as
@@ -110,8 +110,6 @@ def test_TypeInfo(self):
110110
@unittest.skipUnless(exiv2.versionInfo()['EXV_ENABLE_NLS'],
111111
'no localisation available')
112112
def test_localisation(self):
113-
if 'CI' in os.environ and os.environ['CI']:
114-
self.skipTest('localisation usually fails in CI')
115113
str_en = 'Failed to read input data'
116114
str_de = 'Die Eingabedaten konnten nicht gelesen werden.'
117115
# clear current locale

0 commit comments

Comments
 (0)