dev-python/QtPy: Fix missing pytest dep

Closes: https://bugs.gentoo.org/790800
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2021-05-18 13:11:45 +02:00
parent b1da80ae45
commit 7d73acb6db

View File

@@ -33,6 +33,8 @@ BDEPEND="
dev-python/PyQtWebEngine[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest
src_prepare() {
default