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

tasks: Install types-PyYAML into container #609

Merged
merged 1 commit into from
Mar 21, 2024
Merged

tasks: Install types-PyYAML into container #609

merged 1 commit into from
Mar 21, 2024

Conversation

martinpitt
Copy link
Member

This is a prerequisite for proper mypy testing of the upcoming pytest in PR #606

@martinpitt
Copy link
Member Author

Not necessary any more.

@martinpitt martinpitt closed this Mar 21, 2024
@martinpitt martinpitt deleted the yaml-types branch March 21, 2024 15:00
@allisonkarlitskaya
Copy link
Member

I'm not against this. I was just against skipping mypy if this was missing. All the better if we have it!

@martinpitt martinpitt restored the yaml-types branch March 21, 2024 16:09
@martinpitt martinpitt reopened this Mar 21, 2024
@martinpitt
Copy link
Member Author

@allisonkarlitskaya Heh, I understood. In the end this is tiny, so let's do that. More fodder for our container-update bots 😁

@@ -67,7 +67,7 @@ RUN dnf -y update && \
dnf -y builddep --setopt=install_weak_deps=False /tmp/cockpit.spec && \
rm /tmp/cockpit.spec && \
dnf clean all && \
pip install ruff
pip install ruff types-PyYAML
Copy link
Member

Choose a reason for hiding this comment

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

Okay, but one more and we start using the \s :)

Copy link
Member Author

Choose a reason for hiding this comment

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

haha, deal!

This is a prerequisite for proper mypy testing of the upcoming pytest in
PR #606
@martinpitt martinpitt merged commit fa620ea into main Mar 21, 2024
3 checks passed
@martinpitt martinpitt deleted the yaml-types branch March 21, 2024 16: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.

2 participants