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

maint: fix broken test by upgrading to non-deprecated ruamel.yaml syntax #1702

Merged

Conversation

consideRatio
Copy link
Member

@consideRatio consideRatio commented May 22, 2023

@consideRatio consideRatio changed the title maint: upgrade to non-deprecated ruamel.yaml syntax maint: fix broken test by upgrading to non-deprecated ruamel.yaml syntax May 22, 2023
@consideRatio consideRatio added the maintenance Under the hood improvements and fixes label May 22, 2023
@@ -10,7 +10,9 @@ import sys
from subprocess import check_call
from tempfile import NamedTemporaryFile

from ruamel import yaml
Copy link
Member Author

Choose a reason for hiding this comment

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

This was deprecated syntax on how to use ruamel.yaml, and transitioning away from it like done elsewhere solved the issue.

@consideRatio consideRatio requested a review from manics May 22, 2023 18:23
@manics manics merged commit 7b6d423 into jupyterhub:main May 22, 2023
12 checks passed
consideRatio pushed a commit to jupyterhub/helm-chart that referenced this pull request May 22, 2023
jupyterhub/binderhub#1702 Merge pull request #1702 from consideRatio/pr/fix-ruamel-yaml-syntax-issue
@consideRatio consideRatio self-assigned this Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Under the hood improvements and fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ci: indentation failure - why!?
2 participants