wolverdude / GenSON

GenSON is a powerful, user-friendly JSON Schema generator built in Python.
MIT License
584 stars 64 forks source link

use a valid URI to avoid failures in test_builder #70

Open mgorny opened 1 year ago

mgorny commented 1 year ago

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

wolverdude commented 1 year ago

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 commented 1 year ago

Ok, thanks.