mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-13 09:03:44 -04:00
dev-python/pip-api: add test dep
Closes: https://bugs.gentoo.org/823014 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
EPYTEST_DESELECT=( tests/test_installed_distributions.py::test_installed_distributions_legacy_version )
|
||||
DISTUTILS_SETUPTOOLS="pyproject.toml"
|
||||
PYTHON_COMPAT=( python3_{8..10} pypy3 )
|
||||
|
||||
@@ -22,8 +21,13 @@ RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pretend[${PYTHON_USEDEP}]
|
||||
dev-python/toml[${PYTHON_USEDEP}]
|
||||
>=dev-python/virtualenv-20[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
EPYTEST_DESELECT=(
|
||||
tests/test_installed_distributions.py::test_installed_distributions_legacy_version
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user