diff options
author | Sam James <sam@gentoo.org> | 2022-08-26 12:41:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-26 12:41:50 +0100 |
commit | ba86fc51474324333b07034acb95a89fa2bb9617 (patch) | |
tree | a4ede38dfddf1a69e8362d682df8247962335e02 /dev-python/pytest-twisted | |
parent | net-p2p/deluge: crank up pytest-twisted dep (diff) | |
download | gentoo-ba86fc51474324333b07034acb95a89fa2bb9617.tar.gz gentoo-ba86fc51474324333b07034acb95a89fa2bb9617.tar.bz2 gentoo-ba86fc51474324333b07034acb95a89fa2bb9617.zip |
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@gentoo.org>
Diffstat (limited to 'dev-python/pytest-twisted')
-rw-r--r-- | dev-python/pytest-twisted/pytest-twisted-1.13.4-r1.ebuild | 3 |
1 files changed, 1 insertions, 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 |