diff --git a/python-fastapi.changes b/python-fastapi.changes index 85d3795..4fb448d 100644 --- a/python-fastapi.changes +++ b/python-fastapi.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jan 12 18:47:42 UTC 2023 - David Anes + +- Prune the test suite when run in lettered staging projects: + * Add a couple more tests that require extra packages. + ------------------------------------------------------------------- Thu Jan 12 09:52:02 UTC 2023 - David Anes diff --git a/python-fastapi.spec b/python-fastapi.spec index 3af606d..8625b6a 100644 --- a/python-fastapi.spec +++ b/python-fastapi.spec @@ -83,6 +83,8 @@ ignorefiles="$ignorefiles --ignore tests/test_tutorial/test_security/test_tutori ignorefiles="$ignorefiles --ignore tests/test_tutorial/test_security/test_tutorial005_py39.py" ignorefiles="$ignorefiles --ignore tests/test_tutorial/test_security/test_tutorial005_py310.py" ignorefiles="$ignorefiles --ignore tests/test_tutorial/test_sql_databases_peewee" +ignorefiles="$ignorefiles --ignore tests/test_tutorial/test_response_model/test_tutorial003_01.py" +ignorefiles="$ignorefiles --ignore tests/test_tutorial/test_response_model/test_tutorial003_01_py310.py" donttest="$donttest or test_orjson_response_class" donttest="$donttest or (test_tutorial001 and test_get_custom_response)" %endif