commit: ba86fc51474324333b07034acb95a89fa2bb9617
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 26 11:41:50 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 26 11:41:50 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba86fc51
dev-python/pytest-twisted: cleanup obsolete comment
Meant to do this earlier but wanted to see if my approach
even worked.
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pytest-twisted/pytest-twisted-1.13.4-r1.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/pytest-twisted/pytest-twisted-1.13.4-r1.ebuild
b/dev-python/pytest-twisted/pytest-twisted-1.13.4-r1.ebuild
index c855d5fd9c88..b00774122031 100644
--- a/dev-python/pytest-twisted/pytest-twisted-1.13.4-r1.ebuild
+++ b/dev-python/pytest-twisted/pytest-twisted-1.13.4-r1.ebuild
@@ -27,8 +27,7 @@ distutils_enable_tests pytest
src_prepare() {
# If we let pytest-twisted autoload everywhere, it breaks tests in
# packages that don't expect it. Apply a similar hack as for bug
- # #661218. We can't do this in src_prepare() because the tests need
- # autoloading enabled.
+ # #661218.
sed -e 's/"pytest11": \[[^]]*\]//' -i setup.py || die
# https://github.com/pytest-dev/pytest/issues/9280