We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7662361 commit 7fb2e5bCopy full SHA for 7fb2e5b
lib/matplotlib/tests/__init__.py
@@ -11,7 +11,7 @@ def setup():
11
# The baseline images are created in this locale, so we should use
12
# it during all of the tests.
13
import locale
14
- locale.setlocale(locale.LC_ALL, 'en_US.UTF-8')
+ locale.setlocale(locale.LC_ALL, str('en_US.UTF-8'))
15
16
use('Agg', warn=False) # use Agg backend for these tests
17
0 commit comments