File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,12 @@ stages:
55
55
Windows_py311 :
56
56
vmImage : ' windows-latest'
57
57
python.version : ' 3.11'
58
+ Windows_py312 :
59
+ vmImage : ' windows-latest'
60
+ python.version : ' 3.12'
61
+ Windows_py313 :
62
+ vmImage : ' windows-latest'
63
+ python.version : ' 3.13'
58
64
maxParallel : 4
59
65
pool :
60
66
vmImage : ' $(vmImage)'
Original file line number Diff line number Diff line change @@ -520,7 +520,7 @@ def test_disable_cache_warning(anim):
520
520
521
521
def test_movie_writer_invalid_path (anim ):
522
522
if sys .platform == "win32" :
523
- match_str = r"\[WinError 3] .*' \\\\foo\\\\bar\\\\aardvark'"
523
+ match_str = r"\[WinError 3] .*\\\\foo\\\\bar\\\\aardvark'"
524
524
else :
525
525
match_str = r"\[Errno 2] .*'/foo"
526
526
with pytest .raises (FileNotFoundError , match = match_str ):
You can’t perform that action at this time.
0 commit comments