sys-apps/portage: switch to pytest for tests

Thanks to mattst88 for the reminder.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-06-02 06:33:56 +01:00
parent 944d80c615
commit bb75b59e0f
2 changed files with 2 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ PDEPEND="
)
"
distutils_enable_tests setup.py
distutils_enable_tests pytest
pkg_pretend() {
local CONFIG_CHECK="~IPC_NS ~PID_NS ~NET_NS ~UTS_NS"

View File

@@ -93,7 +93,7 @@ PDEPEND="
)
"
distutils_enable_tests setup.py
distutils_enable_tests pytest
pkg_pretend() {
local CONFIG_CHECK="~IPC_NS ~PID_NS ~NET_NS ~UTS_NS"