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 Read The Docs Build #479

Merged
merged 6 commits into from
Sep 24, 2024
Merged

Fix Read The Docs Build #479

merged 6 commits into from
Sep 24, 2024

Conversation

hf-krechan
Copy link
Collaborator

No description provided.

Traceback (most recent call last):
  File "/Users/kevin/workspaces/hochfrequenz/ahbicht/json_schemas/generate_json_schemas.py", line 11, in <module>
    from marshmallow_jsonschema import JSONSchema  # type:ignore[import]
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/kevin/workspaces/hochfrequenz/ahbicht/.tox/json_schemas/lib/python3.12/site-packages/marshmallow_jsonschema/__init__.py", line 1, in <module>
    from pkg_resources import get_distribution
ModuleNotFoundError: No module named 'pkg_resources'
@hf-krechan hf-krechan marked this pull request as ready for review September 24, 2024 09:18
tox.ini Outdated
@@ -114,5 +114,6 @@ usedevelop = True
deps =
-r requirements.txt
.[json_schemas]
setuptools
Copy link
Contributor

Choose a reason for hiding this comment

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

lass uns das doch gleich pinnen in der pyproject.toml section for json_schema? ungepinnte direkte dependencies wollten wir ja vermeiden.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

sehr gut. Fixed in 732e7c1

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

das setuptools sollten wir auch losbekommen. Mit pydantic können wir dies schaffen ;)

@hf-krechan hf-krechan enabled auto-merge (squash) September 24, 2024 09:31
@hf-krechan hf-krechan merged commit 6072e96 into main Sep 24, 2024
18 checks passed
@hf-krechan hf-krechan deleted the fix-read-the-docs branch September 24, 2024 09:32
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.

3 participants