File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -455,7 +455,6 @@ def test_if_rctemplate_is_up_to_date():
455
455
dep1 = mpl ._all_deprecated
456
456
dep2 = mpl ._deprecated_set
457
457
deprecated = list (dep1 .union (dep2 ))
458
- #print(deprecated)
459
458
path_to_rc = mpl .matplotlib_fname ()
460
459
with open (path_to_rc , "r" ) as f :
461
460
rclines = f .readlines ()
@@ -501,11 +500,7 @@ def test_if_rctemplate_would_be_valid(tmpdir):
501
500
with open (fname , "w" ) as f :
502
501
f .writelines (newlines )
503
502
with pytest .warns (None ) as record :
504
- print (fname )
505
503
dic = mpl .rc_params_from_file (fname ,
506
504
fail_on_error = True ,
507
505
use_default_template = False )
508
506
assert len (record ) == 0
509
- #d1 = set(dic.keys())
510
- #d2 = set(matplotlib.defaultParams.keys())
511
- #print(d2-d1)
You can’t perform that action at this time.
0 commit comments