From 363d21ca555560b3b35a4204c0b9528e6a9c1d1753d8437150eb8d088f618644 Mon Sep 17 00:00:00 2001 From: David Anes Date: Thu, 12 Jan 2023 18:56:33 +0000 Subject: [PATCH] Accepting request 1058066 from home:david.anes:branches:devel:languages:python - Prune the test suite when run in lettered staging projects: * Add a couple more tests that require extra packages. OBS-URL: https://build.opensuse.org/request/show/1058066 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=23 --- python-fastapi.changes | 6 ++++++ python-fastapi.spec | 2 ++ 2 files changed, 8 insertions(+) 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