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

use a valid URI to avoid failures in test_builder #70

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mgorny
Copy link

@mgorny mgorny commented Mar 30, 2023

Use a quasi-valid URI of "test://" instead of plain "TEST_URI" in test_builder. This avoids parsing failures from jsonschema if rfc3987 is installed in the test environment.

Fixes #69

Use a quasi-valid URI of "test://" instead of plain "TEST_URI"
in test_builder.  This avoids parsing failures from jsonschema
if rfc3987 is installed in the test environment.

Fixes wolverdude#69
@wolverdude
Copy link
Owner

Thanks for submitting this! The CI is currently borked because nosetests is deprecated. I have an update to the tox config that I haven't pushed yet. I was gonna get back to it this weekend, but I think I'll go ahead and push it up now so you can merge it in and get unblocked.

@mgorny
Copy link
Author

mgorny commented Mar 31, 2023

Ok, thanks.

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.

Test failures when rfc3987 is installed
2 participants