Skip to content
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 tests failing due to missing partial-pdm-dockerize.json schema #225

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

carlsmedstad
Copy link

Hey, Arch Linux maintainer here 👋

Tests running on the examples in tests/examples/store/ and tests/invalid-examples/store/ currently fail with the following error from fastjsonschema:

KeyError: 'https://json.schemastore.org/partial-pdm-dockerize.json'

I'm not sure why fastjsonschema cannot resolve the remote schema partial-pdm-dockerize.json. The reference chain seems to be:

pyproject.json -> partial-pdm.json -> partial-pdm-dockerize.json

Work-around the above by adding partial-pdm-dockerize.json to the relevant test_config.json files.

Tests running on the examples in tests/examples/store/ and
tests/invalid-examples/store/ currently fail with the following error
from fastjsonschema:

    KeyError: 'https://json.schemastore.org/partial-pdm-dockerize.json'

I'm not sure why fastjsonschema cannot resolve the remote schema
partial-pdm-dockerize.json. The reference chain seems to be:

pyproject.json -> partial-pdm.json -> partial-pdm-dockerize.json

Work-around the above by adding partial-pdm-dockerize.json to the
relevant test_config.json files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant