commit: 620b10b04969a85de8f3f5d17e511f4391a6d69e Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Mar 3 10:14:19 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Mar 3 11:40:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=620b10b0
dev-python/ipdb: Run tests via unittest runner Closes: https://bugs.gentoo.org/774036 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/ipdb/ipdb-0.13.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/ipdb/ipdb-0.13.5.ebuild b/dev-python/ipdb/ipdb-0.13.5.ebuild index ed817ad1514..4b895e23400 100644 --- a/dev-python/ipdb/ipdb-0.13.5.ebuild +++ b/dev-python/ipdb/ipdb-0.13.5.ebuild @@ -22,4 +22,4 @@ DEPEND="${RDEPEND} DOCS=( HISTORY.txt ) -distutils_enable_tests setup.py +distutils_enable_tests unittest
