Skip to content

Commit

Permalink
exclude some fastapi tests dependent on decimal error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Aug 10, 2023
1 parent 0508f3a commit 3477289
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_fastapi.sh
Expand Up @@ -27,3 +27,5 @@ cd .. && pip install . && cd fastapi
--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 \
--deselect tests/test_multi_body_errors.py:test_jsonable_encoder_requiring_error \
--deselect tests/test_multi_body_errors.py:test_put_incorrect_body_multiple \

0 comments on commit 3477289

Please sign in to comment.