commit: 7d73acb6db8502af609ff9aa15aae3b15c4161c5 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue May 18 11:11:45 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue May 18 11:40:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d73acb6
dev-python/QtPy: Fix missing pytest dep Closes: https://bugs.gentoo.org/790800 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/QtPy/QtPy-1.9.0-r2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/QtPy/QtPy-1.9.0-r2.ebuild b/dev-python/QtPy/QtPy-1.9.0-r2.ebuild index 33c8ccc6869..3452e37975a 100644 --- a/dev-python/QtPy/QtPy-1.9.0-r2.ebuild +++ b/dev-python/QtPy/QtPy-1.9.0-r2.ebuild @@ -33,6 +33,8 @@ BDEPEND=" dev-python/PyQtWebEngine[${PYTHON_USEDEP}] )" +distutils_enable_tests pytest + src_prepare() { default
