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

Skip to content

Commit 5f21ef5

Browse files
committed
Removed unneccacery notes from test_rcparams.py
1 parent 328f0cb commit 5f21ef5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/matplotlib/tests/test_rcparams.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -591,12 +591,6 @@ def test_deprecation(monkeypatch):
591591
# suppress_matplotlib_deprecation_warning, rather than any explicit check.
592592

593593

594-
# def test_rcparams_legend_loc():
595-
# value = (0.9, .7)
596-
# match_str = f"{value} is not a valid value for legend.loc;"
597-
# with pytest.raises(ValueError, match=re.escape(match_str)):
598-
# mpl.RcParams({'legend.loc': value})
599-
600594
@pytest.mark.parametrize('value', [
601595
1,
602596
(0.9, .7),

0 commit comments

Comments
 (0)