Bump pytest to 9.1.0#148
Open
dex-the-ai wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the pytest dependency in src/requirements.txt from version 9.0.3 to 9.1.0. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Contributor
Author
|
Owner ping for this maintenance PR: @nithishr Requesting review from the manifest-listed owner(s) where GitHub does not already show a pending review request. |
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.
Summary
pytestfrom9.0.3to9.1.0insrc/requirements.txtVerification
cd src && uv venv --python /home/elliot/.pyenv/versions/3.12.13/bin/python --seed --clear .venvcd src && source .venv/bin/activate && uv pip install -r requirements.txtcd src && source .venv/bin/activate && python -m pytest -q→47 passed in 38.00s(baseline with app running)cd src && source .venv/bin/activate && python -m pytest -q→47 passed in 31.99s(after the bump, with app running)cd src && source .venv/bin/activate && python -m pip list --outdated --format=json→[pytest 9.0.3 -> 9.1.0]before the bump,[]after itcd src && source .venv/bin/activate && uvx pip-audit -r requirements.txt→No known vulnerabilities foundtutorial-maintenance/runs/python-quickstart/2026-06-16T000000/walkthrough.txtEvidence
GET /.GET /api/v1/airport/list?country=France&limit=2returned two France airport documents.GET /api/v1/hotel/autocomplete?name=seareturned expected hotel suggestions includingSeal ViewandSeal Cove Inn.POST /api/v1/hotel/filter?limit=2&offset=0with{"description":"newly renovated"}returned matching hotel documents.tutorial-maintenance/runs/python-quickstart/2026-06-16T000000/screenshots/swagger-ui.pngtutorial-maintenance/runs/python-quickstart/2026-06-16T000000/swagger-ui.webmtutorial-maintenance/runs/python-quickstart/2026-06-16T000000/verification.mdpytest output
Notes
pytestbump.uvx pip-audit -r requirements.txtstayed clean before and after the update.tutorial-maintenance/tutorials.json: that record still says Python3.9+, while this repo now documents Python3.10+and CI runs on Python3.12.Media evidence
Notes
tutorial-maintenance/runs/python-quickstart/2026-06-16T000000/screenshots/swagger-ui.pngSwagger Ui
Notes
tutorial-maintenance/runs/python-quickstart/2026-06-16T000000/swagger-ui.webm