commit: 3257c80b68bed6291019e0063443363285623b0a Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Jun 24 07:06:18 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Jun 24 07:07:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3257c80b
package.mask: Last rite dev-python/pytest-runner Bug: https://bugs.gentoo.org/729376 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 2bcd1fa2096..8d00e7454c0 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,13 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (2020-06-24) +# A thin wrapper to run pytest via setup.py that must not be used +# in Gentoo packages. Calling 'setup.py test' is deprecated upstream +# anyway. Just call 'pytest' directly. The last revdep is last rited. +# Removal in 30 days. Bug #729376. +dev-python/pytest-runner + # Michał Górny <[email protected]> (2020-06-23) # Python 2 only. #
