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 "FileNotFoundError" due to "schema.json" not installed #132

Merged
merged 1 commit into from Sep 20, 2023

Conversation

Delgan
Copy link
Contributor

@Delgan Delgan commented Sep 20, 2023

Fix #131.

$ ls /home/delgan/pytest-mypy-plugins/env/lib/python3.11/site-packages/pytest_mypy_plugins/
collect.py  configs.py  __init__.py  item.py  __pycache__  py.typed  schema.json  utils.py

The "schema.json" file was missing prior to this PR.

Copy link
Member

@sobolevn sobolevn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@sobolevn sobolevn merged commit c80f1eb into typeddjango:master Sep 20, 2023
9 checks passed
@Delgan Delgan deleted the patch-2 branch September 20, 2023 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

"FileNotFoundError" due to missing "schema.json" after installation
2 participants