Skip to content

Commit

Permalink
uv/tests: update snapshot for regression test
Browse files Browse the repository at this point in the history
The `tomli` dependency is now included for `python_version <= 3.11`,
which is what is expected.

Fixes #6412
  • Loading branch information
BurntSushi committed Sep 3, 2024
1 parent c5fcc06 commit f316af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/uv/tests/pip_compile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12222,7 +12222,7 @@ matplotlib
# via pandas
six==1.16.0
# via python-dateutil
tomli==2.0.1 ; python_full_version == '3.11'
tomli==2.0.1 ; python_full_version <= '3.11'
# via coverage
tzdata==2024.1
# via pandas
Expand Down

0 comments on commit f316af2

Please sign in to comment.