diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-11-18 10:10:57 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-11-18 10:11:10 +0100 |
commit | 58b61adc2917079e0628ceffef8a538d8aecb679 (patch) | |
tree | ba705ba7cfc427ba066c0e48194e3e7ccef8f0f3 | |
parent | dev-python/trimesh: Revert "add 3.16.2" (diff) | |
download | gentoo-58b61adc2917079e0628ceffef8a538d8aecb679.tar.gz gentoo-58b61adc2917079e0628ceffef8a538d8aecb679.tar.bz2 gentoo-58b61adc2917079e0628ceffef8a538d8aecb679.zip |
dev-python/starlette: Remove obsolete test fix
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/starlette/starlette-0.21.0.ebuild | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-python/starlette/starlette-0.21.0.ebuild b/dev-python/starlette/starlette-0.21.0.ebuild index b8f1200acd8f..f0811c255d95 100644 --- a/dev-python/starlette/starlette-0.21.0.ebuild +++ b/dev-python/starlette/starlette-0.21.0.ebuild @@ -35,13 +35,8 @@ RDEPEND=" ' 3.8 3.9) dev-python/pyyaml[${PYTHON_USEDEP}] " -# brotli needed for consistent test output BDEPEND=" test? ( - || ( - dev-python/brotlicffi[${PYTHON_USEDEP}] - app-arch/brotli[python,${PYTHON_USEDEP}] - ) dev-python/trio[${PYTHON_USEDEP}] ) " @@ -60,10 +55,3 @@ EPYTEST_DESELECT=( ) distutils_enable_tests pytest - -src_prepare() { - # fix accept-encoding, as new support was added with newer versions - sed -e '/accept-encoding/s/",/, br&/' -i tests/test_{websockets,requests}.py || die - - distutils-r1_src_prepare -} |