Skip to content

Commit b6d7adf

Browse files
Update 3.12.8 references in Windows Python tests (#11268)
1 parent 59b46bc commit b6d7adf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

crates/uv/tests/it/python_install.rs

+7-7
Original file line numberDiff line numberDiff line change
@@ -869,23 +869,23 @@ fn python_install_default() {
869869
filters => context.filters(),
870870
}, {
871871
insta::assert_snapshot!(
872-
read_link_path(&bin_python_major), @"[TEMP_DIR]/managed/cpython-3.12.8-[PLATFORM]/python"
872+
read_link_path(&bin_python_major), @"[TEMP_DIR]/managed/cpython-3.12.9-[PLATFORM]/python"
873873
);
874874
});
875875

876876
insta::with_settings!({
877877
filters => context.filters(),
878878
}, {
879879
insta::assert_snapshot!(
880-
read_link_path(&bin_python_minor_12), @"[TEMP_DIR]/managed/cpython-3.12.8-[PLATFORM]/python"
880+
read_link_path(&bin_python_minor_12), @"[TEMP_DIR]/managed/cpython-3.12.9-[PLATFORM]/python"
881881
);
882882
});
883883

884884
insta::with_settings!({
885885
filters => context.filters(),
886886
}, {
887887
insta::assert_snapshot!(
888-
read_link_path(&bin_python_default), @"[TEMP_DIR]/managed/cpython-3.12.8-[PLATFORM]/python"
888+
read_link_path(&bin_python_default), @"[TEMP_DIR]/managed/cpython-3.12.9-[PLATFORM]/python"
889889
);
890890
});
891891
}
@@ -945,31 +945,31 @@ fn python_install_default() {
945945
filters => context.filters(),
946946
}, {
947947
insta::assert_snapshot!(
948-
read_link_path(&bin_python_major), @"[TEMP_DIR]/managed/cpython-3.13.1-[PLATFORM]/python"
948+
read_link_path(&bin_python_major), @"[TEMP_DIR]/managed/cpython-3.13.2-[PLATFORM]/python"
949949
);
950950
});
951951

952952
insta::with_settings!({
953953
filters => context.filters(),
954954
}, {
955955
insta::assert_snapshot!(
956-
read_link_path(&bin_python_minor_13), @"[TEMP_DIR]/managed/cpython-3.13.1-[PLATFORM]/python"
956+
read_link_path(&bin_python_minor_13), @"[TEMP_DIR]/managed/cpython-3.13.2-[PLATFORM]/python"
957957
);
958958
});
959959

960960
insta::with_settings!({
961961
filters => context.filters(),
962962
}, {
963963
insta::assert_snapshot!(
964-
read_link_path(&bin_python_minor_12), @"[TEMP_DIR]/managed/cpython-3.12.8-[PLATFORM]/python"
964+
read_link_path(&bin_python_minor_12), @"[TEMP_DIR]/managed/cpython-3.12.9-[PLATFORM]/python"
965965
);
966966
});
967967

968968
insta::with_settings!({
969969
filters => context.filters(),
970970
}, {
971971
insta::assert_snapshot!(
972-
read_link_path(&bin_python_default), @"[TEMP_DIR]/managed/cpython-3.13.1-[PLATFORM]/python"
972+
read_link_path(&bin_python_default), @"[TEMP_DIR]/managed/cpython-3.13.2-[PLATFORM]/python"
973973
);
974974
});
975975
}

0 commit comments

Comments
 (0)