Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-twisted/
Date: Fri, 26 Aug 2022 11:42:15
Message-Id: 1661514110.ba86fc51474324333b07034acb95a89fa2bb9617.sam@gentoo
1 commit: ba86fc51474324333b07034acb95a89fa2bb9617
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 26 11:41:50 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 26 11:41:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba86fc51
7
8 dev-python/pytest-twisted: cleanup obsolete comment
9
10 Meant to do this earlier but wanted to see if my approach
11 even worked.
12
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 dev-python/pytest-twisted/pytest-twisted-1.13.4-r1.ebuild | 3 +--
16 1 file changed, 1 insertion(+), 2 deletions(-)
17
18 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
19 index c855d5fd9c88..b00774122031 100644
20 --- a/dev-python/pytest-twisted/pytest-twisted-1.13.4-r1.ebuild
21 +++ b/dev-python/pytest-twisted/pytest-twisted-1.13.4-r1.ebuild
22 @@ -27,8 +27,7 @@ distutils_enable_tests pytest
23 src_prepare() {
24 # If we let pytest-twisted autoload everywhere, it breaks tests in
25 # packages that don't expect it. Apply a similar hack as for bug
26 - # #661218. We can't do this in src_prepare() because the tests need
27 - # autoloading enabled.
28 + # #661218.
29 sed -e 's/"pytest11": \[[^]]*\]//' -i setup.py || die
30
31 # https://github.com/pytest-dev/pytest/issues/9280