app-portage/mirrorselect: Switch to unittest framework

Closes: https://bugs.gentoo.org/927515
Signed-off-by: Zac Medico <zmedico@gentoo.org>
This commit is contained in:
Zac Medico
2024-03-24 17:30:33 -07:00
parent 79429e7d0a
commit e8b731eae0
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ RDEPEND="
>=dev-python/ssl-fetch-${SSL_FETCH_VER}[${PYTHON_USEDEP}]
"
distutils_enable_tests setup.py
distutils_enable_tests unittest
python_prepare_all() {
python_setup

View File

@@ -40,7 +40,7 @@ RDEPEND="
>=dev-python/ssl-fetch-${SSL_FETCH_VER}[${PYTHON_USEDEP}]
"
distutils_enable_tests setup.py
distutils_enable_tests unittest
python_prepare_all() {
python_setup