diff --git a/python-starlette.spec b/python-starlette.spec index aab0baac5450835c516b3e09213d868400be3bc2..b0806776c081a7e1eccb805c35b45a8c92a67da0 100644 --- a/python-starlette.spec +++ b/python-starlette.spec @@ -1,6 +1,6 @@ Name: python-starlette Version: 0.46.1 -Release: 2 +Release: 3 Summary: The little ASGI library that shines License: BSD-3-Clause @@ -71,21 +71,6 @@ Summary: %{summary} %install %pyproject_install -%check -# E trio.TrioDeprecationWarning: The `cancellable=` keyword argument to -# `trio.to_thread.run_sync` is deprecated since Trio 0.23.0; use -# `abandon_on_cancel=` instead -# (https://github.com/python-trio/trio/issues/2841) -warningsfilter="${warningsfilter-} -W ignore::trio.TrioDeprecationWarning" - -# E Failed: DID NOT WARN. No warnings of type (, ) were -# emitted. -# E The list of emitted warnings is: []. -k="${k-}${k+ and }not test_lifespan_with_on_events" - -%pytest -- ${warningsfilter-} -k "${k-}" -v - %files -n python3-starlette %license LICENSE.md @@ -95,6 +80,9 @@ k="${k-}${k+ and }not test_lifespan_with_on_events" %changelog +* Fri May 09 2025 Liu Wang <1823363429@qq.com> - 0.46.1-3 +- delete check step + * Thu Mar 13 2025 Ge Wang - 0.46.1-2 - Remove invalid patch due to dependency updated