Skip to content

Commit

Permalink
uv/tests: update snapshot for regression test
Browse files Browse the repository at this point in the history
The output no longer results in installig two different versions of
astroid unconditionally on Python 3.10.

Fixes #6269
  • Loading branch information
BurntSushi committed Sep 3, 2024
1 parent 62c95e4 commit c5fcc06
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crates/uv/tests/pip_compile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12071,7 +12071,7 @@ exceptiongroup==1.0.0rc8
# uv pip compile --cache-dir [CACHE_DIR] requirements.in -c constraints.txt --universal -p 3.10
alembic==1.8.1
# via -r requirements.in
astroid==2.13.5
astroid==2.13.5 ; python_full_version >= '3.11'
# via pylint
astroid==3.1.0 ; python_full_version < '3.11'
# via pylint
Expand Down Expand Up @@ -12101,7 +12101,7 @@ exceptiongroup==1.0.0rc8
# via pylint
jedi==0.19.1
# via ipython
lazy-object-proxy==1.10.0
lazy-object-proxy==1.10.0 ; python_full_version >= '3.11'
# via astroid
mako==1.3.2
# via alembic
Expand All @@ -12125,7 +12125,7 @@ exceptiongroup==1.0.0rc8
# via stack-data
pygments==2.17.2
# via ipython
pylint==2.15.8
pylint==2.15.8 ; python_full_version >= '3.11'
# via -r requirements.in
pylint==3.1.0 ; python_full_version < '3.11'
# via -r requirements.in
Expand All @@ -12149,7 +12149,7 @@ exceptiongroup==1.0.0rc8
# sqlalchemy
wcwidth==0.2.13
# via prompt-toolkit
wrapt==1.16.0
wrapt==1.16.0 ; python_full_version >= '3.11'
# via astroid
----- stderr -----
Expand Down

0 comments on commit c5fcc06

Please sign in to comment.