Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dcaad03

Browse files
committed
TST: Really avoid calling checkdep_xmllint in tests.
1 parent ffbc9bd commit dcaad03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/testing/compare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def convert(filename, cache):
211211
verifiers = {}
212212

213213
# Turning this off, because it seems to cause multiprocessing issues
214-
if matplotlib.checkdep_xmllint() and False:
214+
if False and matplotlib.checkdep_xmllint():
215215
verifiers['svg'] = lambda filename: [
216216
'xmllint', '--valid', '--nowarning', '--noout', filename]
217217

0 commit comments

Comments
 (0)