mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-01 22:41:16 +00:00
uv/tests: update snapshot for regression test
The output no longer results in installig two different versions of astroid unconditionally on Python 3.10. Fixes #6269
This commit is contained in:
parent
2aeb51eebb
commit
2641f59ea7
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 -----
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue