commit: d91fa99376c2b4467a502bb6899867f3d08f8f6d Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Thu Nov 28 22:49:04 2019 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Thu Nov 28 22:49:04 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d91fa993
profiles: Mask several dev-python/pytest-* packages for removal Bug: https://bugs.gentoo.org/701426 Closes: https://github.com/gentoo/gentoo/pull/13787 Signed-off-by: David Seifert <soap <AT> gentoo.org> profiles/package.mask | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index dbbabd13f2f..8f675064578 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,14 @@ #--- END OF EXAMPLES --- +# David Seifert <[email protected]> (2019-11-28) +# No revdeps, blocking move to python 3.7, unnecessary maintenance +# burden, bug #701426. Removal in 30 days. +dev-python/pytest-datafiles +dev-python/pytest-html +dev-python/pytest-pythonpath +dev-python/pytest-qt + # Andreas Sturmlechner <[email protected]> (2019-11-28) # Multiple build failures, automagic, missing deps, no one to fix them # Bugs #542756, #554388, #555768, #557974, #574854, #574890 #589182,
