Skip to content

Commit

Permalink
Update test-fastapi deselected tests (#7014)
Browse files Browse the repository at this point in the history
  • Loading branch information
hramezani committed Aug 7, 2023
1 parent adc657a commit 3285892
Showing 1 changed file with 8 additions and 5 deletions.
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 \

0 comments on commit 3285892

Please sign in to comment.