-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
fix uv switch #10815
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
fix uv switch #10815
Conversation
CodSpeed Performance ReportMerging #10815 will improve performances by ×3.3Comparing Summary
Benchmarks breakdown
|
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.
LGTM, thanks! Just one follow up question.
except ImportError: | ||
cloudpickle = None | ||
|
||
pytestmark = pytest.mark.skipif(cloudpickle is None, reason='cloudpickle is not installed') |
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.
Not every test here requires cloudpickle
, right?
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.
I just assumed most do, I can go though one by one if it's necessary.
Deploying pydantic-docs with
|
Latest commit: |
d6b33cd
|
Status: | ✅ Deploy successful! |
Preview URL: | https://6bbf5967.pydantic-docs.pages.dev |
Branch Preview URL: | https://fix-uv.pydantic-docs.pages.dev |
Re eedf556: I don't think |
Also, we should investigate the perf bottlenecks here - very odd... |
Looks like |
@sydney-runkle I think this is ready. |
LGTM, though I don't think you addressed this one: #10815 (comment) |
It has to be included for windows tests, hence the hint. |
Alright! Let's merge then. Thanks for the improvements here 👍, looking much cleaner. |
correct use of
uv
.