You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/test_fastapi.sh
+8-10Lines changed: 8 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -22,15 +22,13 @@ cd .. && pip install . && cd fastapi
22
22
#
23
23
# To update the list of deselected tests, remove all deselections, run the tests, and re-add any remaining failures
24
24
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,
27
27
# So it's the FastAPI tests that need to be updated here
28
28
./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
0 commit comments