-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use uv in tox #19871
use uv in tox #19871
Conversation
Current dependencies on/for this PR:
This stack of pull requests is managed by Graphite. |
Deploy preview for dagster-docs ready! Preview available at https://dagster-docs-d7l6nfuyi-elementl.vercel.app Direct link to changed pages: |
881bbb2
to
2a10a5d
Compare
b59a7b8
to
58a02c6
Compare
for uv 0.1.2, currently hitting what I believe some sort of race condition tracked @ astral-sh/uv#1508 |
6b68d39
to
2c1dff5
Compare
2c1dff5
to
0423a1e
Compare
0423a1e
to
9bb8de2
Compare
Deploy preview for dagit-storybook ready! ✅ Preview Built with commit 484dc71. |
f25d007
to
00dc181
Compare
2e833e5
to
0e127b9
Compare
00dc181
to
cf2adcd
Compare
cf2adcd
to
e01d4bf
Compare
; version resolution issues prevent using uv | ||
; install_command = uv pip install {opts} {packages} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
; version resolution using uv | ||
; install_command = uv pip install {opts} {packages} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
; dagstermill test errors prevent using uv, require compat mode install | ||
; install_command = uv pip install {opts} {packages} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
; soemthing goes awry with jupyter when using uv | ||
; install_command = uv pip install {opts} {packages} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
; mix of issues prevent use of uv | ||
; install_command = uv pip install {opts} {packages} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
airflow entries here https://buildkite.com/dagster/dagster-dagster/builds/76392#_
; soemthing goes awry with jupyter when using uv | ||
; install_command = uv pip install {opts} {packages} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
05362f5
to
5041766
Compare
e01d4bf
to
ff12bf1
Compare
5041766
to
ad10be4
Compare
ff12bf1
to
ed5a990
Compare
lgtm. "Python Sean" (@smackesey) to stamp |
ad10be4
to
c73269f
Compare
ed5a990
to
8215804
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's merge it and try to fix the special cases over the next week or so. Pretty sure the devs will help us work through the issues.
c73269f
to
f3531cd
Compare
8215804
to
484dc71
Compare
Use uv for env setup in tox to improve performance. ## How I Tested These Changes bk
Use uv for env setup in tox to improve performance.
How I Tested These Changes
bk