commit:     dfc365854530fd8d888697aa1d9b9acc06dd3730
Author:     Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Mon Jun 16 20:22:05 2025 +0000
Commit:     Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
CommitDate: Mon Jun 16 20:22:11 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dfc36585

dev-python/fastapi: fix typo

Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>

 dev-python/fastapi/fastapi-0.115.12-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/fastapi/fastapi-0.115.12-r1.ebuild 
b/dev-python/fastapi/fastapi-0.115.12-r1.ebuild
index 6faa821081..b175858bf7 100644
--- a/dev-python/fastapi/fastapi-0.115.12-r1.ebuild
+++ b/dev-python/fastapi/fastapi-0.115.12-r1.ebuild
@@ -48,7 +48,7 @@ BDEPEND="
                dev-python/ujson[${PYTHON_USEDEP}]
        )
 "
-# brottli and zstd due to starlette based tests expecting it
+# brotli and zstd due to starlette based tests expecting it
 
 PATCHES=(
        "${FILESDIR}/${PN}-0.115.6-httpx-0.28-test-fix.patch"
@@ -60,7 +60,7 @@ distutils_enable_tests pytest
 EPYTEST_DESELECT=(
        # Depends on coverage
        "tests/test_fastapi_cli.py::test_fastapi_cli"
-       # Test result affected by unrelated packages such as brottli and zstd
+       # Test result affected by unrelated packages such as brotli and zstd
        # 
https://github.com/fastapi/fastapi/blob/7c6f2f8fde68f488163376c9e92a59d46c491298/tests/test_tutorial/test_header_param_models/test_tutorial001.py#L77
        
"tests/test_tutorial/test_header_param_models/test_tutorial001.py::test_header_param_model_invalid"
        # 
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6afa196ca0cb1604875847b1b84fa64896a06f6e

Reply via email to