Add fastapi, httpx, and hypothesis to test dependencies#1
Draft
Add fastapi, httpx, and hypothesis to test dependencies#1
Conversation
…toml Co-authored-by: Johnaverse <110527930+Johnaverse@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add fastapi dependency for CI tests
Add fastapi, httpx, and hypothesis to test dependencies
Mar 7, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
tests/server_test.pyandtests/server_fuzz_test.pyfail withModuleNotFoundError: No module named 'fastapi'because the packages they require were absent from the[test]extras inpyproject.toml.Changes:
pyproject.toml: Addfastapi>=0.111.0,httpx>=0.27.0, andhypothesis>=6.100.0to[project.optional-dependencies] testfastapi— direct import (from fastapi.testclient import TestClient) in both server test fileshttpx— runtime requirement of FastAPI'sTestClienthypothesis— property-based fuzz testing inserver_fuzz_test.pyVersions align with what is already pinned in
server/requirements.txt. CI installs viapip install -e ".[dev,test]", so these are now included automatically.Bug fix
How Has This Been Tested?
Checklist:
Code of conduct.
Contributing
page, and I either signed the Google
Individual CLA
or am covered by my company's
Corporate CLA.
issue(s) and we have agreed upon the general approach.
issue(s) that documentation elsewhere needs updating.
Google's Python Style Guide
and ran
pylintover the affected code.Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
generativelanguage.googleapis.com/usr/bin/python python -m pytest tests/server_test.py tests/server_fuzz_test.py -x -q(dns block)If you need me to access, download, or install something from one of these locations, you can either:
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.