-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
monkey_patches an issue with Pydantic causing PageLinks validation to…
… fail (#2298) * refactoring test * added missing refactor * adding breaking test * added monkeypatch to fix issues with urls * extended test suite to work with new type of urls * fix pylint * removed unused * moved to take effect inside webserver * using more reliable version parsing * trying to see if CI is broken because of this patch * if pyndatic is missing will skip patching * adding message to disable patching * skip module import if not required and print a message for later usage * this pattern should avoid locking the CI Co-authored-by: Andrei Neagu <[email protected]>
- Loading branch information
Showing
3 changed files
with
127 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters