Thanks to visit codestin.com Credit goes to github.com
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 ab829f2 commit 7578ac4Copy full SHA for 7578ac4
1 file changed
lib/matplotlib/tests/__init__.py
@@ -8,6 +8,11 @@
8
9
10
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')
15
+
16
use('Agg', warn=False) # use Agg backend for these tests
17
18
# These settings *must* be hardcoded for running the comparison
0 commit comments