commit: 6009ae2089ea939655eb8497404eb2ddc6f413f6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 25 08:34:50 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 25 08:34:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6009ae20
dev-python/uvloop: cleanup obsolete comments
These are both handled properly in python_test now with EPYTEST_IGNORE
and EPYTEST_DESELECT.
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/uvloop/uvloop-0.19.0.ebuild | 5 -----
1 file changed, 5 deletions(-)
diff --git a/dev-python/uvloop/uvloop-0.19.0.ebuild
b/dev-python/uvloop/uvloop-0.19.0.ebuild
index 494e66452889..815571683e3e 100644
--- a/dev-python/uvloop/uvloop-0.19.0.ebuild
+++ b/dev-python/uvloop/uvloop-0.19.0.ebuild
@@ -46,13 +46,8 @@ python_prepare_all() {
cython_always=True
EOF
- # flake8 only
- #rm tests/test_sourcecode.py || die
# force cythonization
rm uvloop/loop.c || die
- # hangs
- #sed -i -e 's:test_remote_shutdown_receives_trailing_data:_&:' \
- # tests/test_tcp.py || die
distutils-r1_python_prepare_all
}