From 15f693a25656b3b004d537d2b6371f81336c4cc1 Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Fri, 22 Nov 2024 13:32:52 -0500 Subject: [PATCH] Re-enable all FastAPI tests (#10948) --- tests/test_fastapi.sh | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/tests/test_fastapi.sh b/tests/test_fastapi.sh index 984bbcbe2fc..0058f0d6519 100755 --- a/tests/test_fastapi.sh +++ b/tests/test_fastapi.sh @@ -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