Skip to content

Commit

Permalink
Re-enable all FastAPI tests (pydantic#10948)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamird authored Nov 22, 2024
1 parent f9f4aee commit 15f693a
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions tests/test_fastapi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,4 @@ cd .. && pip install . && cd fastapi
#
# To update the list of deselected tests, remove all deselections, run the tests, and re-add any remaining failures

# Remove the first one once that test is fixed, see https://github.com/pydantic/pydantic/pull/10029
# the remaining tests all failing bc we now correctly add a `'deprecated': True` attribute to the JSON schema,
# So it's the FastAPI tests that need to be updated here
./scripts/test.sh -vv \
--deselect tests/test_openapi_examples.py::test_openapi_schema \
--deselect tests/test_tutorial/test_query_params_str_validations/test_tutorial010.py::test_openapi_schema \
--deselect tests/test_tutorial/test_query_params_str_validations/test_tutorial010_an.py::test_openapi_schema \
--deselect tests/test_tutorial/test_query_params_str_validations/test_tutorial010_an_py310.py::test_openapi_schema \
--deselect tests/test_tutorial/test_query_params_str_validations/test_tutorial010_an_py39.py::test_openapi_schema \
--deselect tests/test_tutorial/test_query_params_str_validations/test_tutorial010_py310.py::test_openapi_schema \
./scripts/test.sh -vv

0 comments on commit 15f693a

Please sign in to comment.