File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments