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 be0ca6c commit 6ff92ecCopy full SHA for 6ff92ec
lib/matplotlib/tests/test_animation.py
@@ -520,7 +520,7 @@ def test_disable_cache_warning(anim):
520
521
def test_movie_writer_invalid_path(anim):
522
if sys.platform == "win32":
523
- match_str = r"\[WinError 3] .*'\\\\foo\\\\bar\\\\aardvark'"
+ match_str = r"\[WinError 3] .*\\\\foo\\\\bar\\\\aardvark'"
524
else:
525
match_str = r"\[Errno 2] .*'/foo"
526
with pytest.raises(FileNotFoundError, match=match_str):
0 commit comments