-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
Catch route parameter keywords from schema when parsing params #115
Catch route parameter keywords from schema when parsing params #115
Conversation
I'm not sure why the |
That's weird. According to the GitHub Actions setting: spectree/.github/workflows/pythonpackage.yml Lines 4 to 8 in d7cd12d
Never mind. I can run it locally. |
Hi @jonathanlintott can you run the following cmd: make lint
make test To format the code, can run |
Have run |
I think it's because you are using a different version of You can create a virtualenv and run: make install
make format
make lint
make test |
I'm working from a company machine so I'm limited to what packages I can access and what versions we have of them available that's passed our internal audit. Regarding the failing falcon test, I get the same failing result on the master branch as well as this branch. I would have assumed it was a package mismatch except that it's happening on this CI as well. Maybe there's some new falcon package that's not compatible with spectree master? |
Yeah. That's because falcon just released 3.0. I think I need to fix the test. |
#116 should be able to fix the falcon 3 issues. You can try to pull the latest changes. |
Merged |
Would it be possible to release a v0.4.2 or v0.5.0 after this PR is merged? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Will release a new version.
To solve issue #107