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

Re-add secondary dependency as primary dependency to fix python tests #2013

Merged
merged 2 commits into from
Nov 20, 2022

Conversation

timkpaine
Copy link
Member

@timkpaine timkpaine commented Nov 20, 2022

extracted from #2011 which is segfaulting in 3.10

xref: encode/starlette#1943, encode/starlette#1945

https://www.starlette.io/#dependencies

[httpx](https://www.python-httpx.org/) - Required if you want to use the TestClient.

@timkpaine timkpaine added the internal Internal refactoring and code quality improvement label Nov 20, 2022
@timkpaine timkpaine mentioned this pull request Nov 20, 2022
@timkpaine timkpaine changed the title Re-add secondary dependency as primary dependency to fix tests Re-add secondary dependency as primary dependency to fix python tests Nov 20, 2022
@texodus
Copy link
Member

texodus commented Nov 20, 2022

Does this go in require_starlette optional dependency?

Can we please also add version bounds to starlette itself?

@timkpaine
Copy link
Member Author

timkpaine commented Nov 20, 2022

Does this go in require_starlette optional dependency?

Can we please also add version bounds to starlette itself?

from the docs:

Required if you want to use the TestClient.

So really should only go in the develop dependencies as its not a runtime dep.

Copy link
Member

@texodus texodus left a comment

Choose a reason for hiding this comment

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

Looks good! Thanks for the PR!

@texodus texodus merged commit 59dcef6 into finos:master Nov 20, 2022
@timkpaine timkpaine deleted the tkp/fixpytest branch March 16, 2023 23:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Internal refactoring and code quality improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants