dev-python/pytest-codeblocks: Add BDEP on pytest

Apparently the package needs to be importable for the wheel build.

Closes: https://bugs.gentoo.org/831458
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-01-19 10:15:48 +01:00
parent 723ea68574
commit fb1abb6d56

View File

@@ -18,6 +18,9 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
BDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]"
distutils_enable_tests pytest
python_test() {