commit: 1c6ac4f7c1e74adf8a49340840b78fa7e7ce955c Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu May 19 14:11:57 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu May 19 15:23:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c6ac4f7
dev-python/smartypants: Remove irrelevant test Closes: https://bugs.gentoo.org/846455 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/smartypants/smartypants-2.0.1-r1.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev-python/smartypants/smartypants-2.0.1-r1.ebuild b/dev-python/smartypants/smartypants-2.0.1-r1.ebuild index 826aa0e09c49..773d6e56c5d0 100644 --- a/dev-python/smartypants/smartypants-2.0.1-r1.ebuild +++ b/dev-python/smartypants/smartypants-2.0.1-r1.ebuild @@ -27,6 +27,12 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv sparc x86" distutils_enable_sphinx docs distutils_enable_tests unittest +src_prepare() { + # relevant only to upstream packaging, requires docutils + rm tests/test_setup.py || die + distutils-r1_src_prepare +} + python_test() { eunittest -s tests }
