commit: 16e4b97ab3bed786fa292e46e8821284001a790d Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Jan 8 14:22:26 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Jan 8 14:22:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16e4b97a
dev-python/nox: Add test dep on dev-python/py Closes: https://bugs.gentoo.org/889902 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/nox/nox-2022.11.21.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-python/nox/nox-2022.11.21.ebuild b/dev-python/nox/nox-2022.11.21.ebuild index 1047e05af66b..8939edcc5ce8 100644 --- a/dev-python/nox/nox-2022.11.21.ebuild +++ b/dev-python/nox/nox-2022.11.21.ebuild @@ -30,6 +30,11 @@ RDEPEND=" >=dev-python/packaging-20.9[${PYTHON_USEDEP}] >=dev-python/virtualenv-14[${PYTHON_USEDEP}] " +BDEPEND=" + test? ( + dev-python/py[${PYTHON_USEDEP}] + ) +" distutils_enable_tests pytest
