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

Update test-fastapi deselected tests #7014

Merged
merged 1 commit into from Aug 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 8 additions & 5 deletions tests/test_fastapi.sh
Expand Up @@ -19,8 +19,11 @@ cd .. && pip install . && cd fastapi
#
# To update the list of deselected tests, remove all deselections, run the tests, and re-add any remaining failures
./scripts/test.sh \
--deselect tests/test_filter_pydantic_sub_model_pv2.py::test_validator_is_cloned \
--deselect tests/test_multi_body_errors.py::test_jsonable_encoder_requiring_error \
--deselect tests/test_multi_body_errors.py::test_put_incorrect_body_multiple \

# TODO: Update the deselections after https://github.com/tiangolo/fastapi/pull/9943 is merged
--deselect tests/test_tutorial/test_body_updates/test_tutorial001.py \
--deselect tests/test_tutorial/test_body_updates/test_tutorial001_py310.py \
--deselect tests/test_tutorial/test_body_updates/test_tutorial001_py39.py \
--deselect tests/test_tutorial/test_dataclasses/test_tutorial003.py \
--deselect tests/test_tutorial/test_path_operation_advanced_configurations/test_tutorial004.py \
--deselect tests/test_tutorial/test_path_operation_configurations/test_tutorial005.py \
--deselect tests/test_tutorial/test_path_operation_configurations/test_tutorial005_py310.py \
--deselect tests/test_tutorial/test_path_operation_configurations/test_tutorial005_py39.py \