Skip to content

Commit

Permalink
uv/tests: add Requires-Python packse tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Jun 12, 2024
1 parent d964f0a commit 5c6ed15
Show file tree
Hide file tree
Showing 4 changed files with 399 additions and 98 deletions.
2 changes: 1 addition & 1 deletion crates/uv/tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pub static EXCLUDE_NEWER: &str = "2024-03-25T00:00:00Z";
/// Using a find links url allows using `--index-url` instead of `--extra-index-url` in tests
/// to prevent dependency confusion attacks against our test suite.
pub const BUILD_VENDOR_LINKS_URL: &str =
"https://raw.githubusercontent.com/astral-sh/packse/0.3.18/vendor/links.html";
"https://raw.githubusercontent.com/astral-sh/packse/0.3.24/vendor/links.html";

#[doc(hidden)] // Macro and test context only, don't use directly.
pub const INSTA_FILTERS: &[(&str, &str)] = &[
Expand Down
Loading

0 comments on commit 5c6ed15

Please sign in to comment.