Accepting request 1073490 from home:david.anes:branches:openSUSE:Factory:Staging:L

- Ignore extra tests to allow building with ringdisabled.

OBS-URL: https://build.opensuse.org/request/show/1073490
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=33
This commit is contained in:
David Anes 2023-03-21 08:57:10 +00:00 committed by Git OBS Bridge
parent 36b764e115
commit a8a3e16ea7
2 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,8 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 20 11:52:11 UTC 2023 - David Anes <david.anes@suse.com> Mon Mar 20 11:52:11 UTC 2023 - David Anes <david.anes@suse.com>
- Ignore extra tests to allow building with ringdisabled.
- Update to 0.95.0: - Update to 0.95.0:
* Highlights * Highlights
- This release adds support for dependencies and parameters - This release adds support for dependencies and parameters

View File

@ -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.py"
ignorefiles="$ignorefiles --ignore tests/test_tutorial/test_security/test_tutorial005_py39.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_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_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.py"
ignorefiles="$ignorefiles --ignore tests/test_tutorial/test_response_model/test_tutorial003_01_py310.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_orjson_response_class"
donttest="$donttest or (test_tutorial001 and test_get_custom_response)" donttest="$donttest or (test_tutorial001 and test_get_custom_response)"
%endif %endif