Skip to content

Commit 2a08ddf

Browse files
committed
fix test skip formatting
1 parent 5f8b5ba commit 2a08ddf

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

tests/test_fastapi.sh

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,13 @@ cd .. && pip install . && cd fastapi
2222
#
2323
# To update the list of deselected tests, remove all deselections, run the tests, and re-add any remaining failures
2424

25-
# TODO remove this once that test is fixed, see https://github.com/pydantic/pydantic/pull/10029
26-
# These are all failing bc we now correctly add a `'deprecated': True` attribute to the JSON schema,
25+
# Remove the first one once that test is fixed, see https://github.com/pydantic/pydantic/pull/10029
26+
# the remaining tests all failing bc we now correctly add a `'deprecated': True` attribute to the JSON schema,
2727
# So it's the FastAPI tests that need to be updated here
2828
./scripts/test.sh -vv \
29-
--deselect tests/test_openapi_examples.py::test_openapi_schema \ # remove this once that test is fixed, see https://github.com/pydantic/pydantic/pull/10029
30-
# These are all failing bc we now correctly add a `'deprecated': True` attribute to the JSON schema,
31-
# So it's the FastAPI tests that need to be updated here
32-
--deselect tests/test_tutorial/test_query_params_str_validations/test_tutorial010.py::test_openapi_schema \
33-
--deselect tests/test_tutorial/test_query_params_str_validations/test_tutorial010_an.py::test_openapi_schema \
34-
--deselect tests/test_tutorial/test_query_params_str_validations/test_tutorial010_an_py310.py::test_openapi_schema \
35-
--deselect tests/test_tutorial/test_query_params_str_validations/test_tutorial010_an_py39.py::test_openapi_schema \
36-
--deselect tests/test_tutorial/test_query_params_str_validations/test_tutorial010_py310.py::test_openapi_schema
29+
--deselect tests/test_openapi_examples.py::test_openapi_schema \
30+
--deselect tests/test_tutorial/test_query_params_str_validations/test_tutorial010.py::test_openapi_schema \
31+
--deselect tests/test_tutorial/test_query_params_str_validations/test_tutorial010_an.py::test_openapi_schema \
32+
--deselect tests/test_tutorial/test_query_params_str_validations/test_tutorial010_an_py310.py::test_openapi_schema \
33+
--deselect tests/test_tutorial/test_query_params_str_validations/test_tutorial010_an_py39.py::test_openapi_schema \
34+
--deselect tests/test_tutorial/test_query_params_str_validations/test_tutorial010_py310.py::test_openapi_schema \

0 commit comments

Comments
 (0)