diff --git a/python-fastapi.changes b/python-fastapi.changes index af8ac8c..fda5acb 100644 --- a/python-fastapi.changes +++ b/python-fastapi.changes @@ -1,6 +1,8 @@ ------------------------------------------------------------------- Mon Mar 20 11:52:11 UTC 2023 - David Anes +- Ignore extra tests to allow building with ringdisabled. + - Update to 0.95.0: * Highlights - This release adds support for dependencies and parameters diff --git a/python-fastapi.spec b/python-fastapi.spec index 6a8b631..7b062a5 100644 --- a/python-fastapi.spec +++ b/python-fastapi.spec @@ -82,9 +82,13 @@ ignorefiles="$ignorefiles --ignore tests/test_tutorial/test_response_model/test_ ignorefiles="$ignorefiles --ignore tests/test_tutorial/test_security/test_tutorial005.py" 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_security/test_tutorial005_an.py" +ignorefiles="$ignorefiles --ignore tests/test_tutorial/test_security/test_tutorial005_an_py39.py" +ignorefiles="$ignorefiles --ignore tests/test_tutorial/test_security/test_tutorial005_an_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