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:
parent
36b764e115
commit
a8a3e16ea7
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user