Open peytondmurray opened 6 days ago
Name | Link |
---|---|
Latest commit | 5e0f61a561e0bcd9d4edfd2dc4f2a80ad49708da |
Latest deploy log | https://app.netlify.com/sites/conda-store/deploys/673854041f64d6000835a7ec |
I'm not sure if the upgrade to pydantic>=2
is to blame for this, but it looks like the failing integration test is due to us not parsing the lockfile output of conda-lock
using our schema.LockfileSpecification
pydantic
model. See https://github.com/conda-incubator/conda-store/issues/986 for more information; this issue seems blocked until that one gets resolved.
Fixes #984.
Description
This pull request:
pydantic >=2.0
.schema.py
.Pull request checklist