2
0
mirror of https://github.com/gentoo-mirror/gentoo.git synced 2026-01-19 00:09:37 +03:00

app-crypt/certbot: fix test for 4.0.0

Bug: https://bugs.gentoo.org/953447
Signed-off-by: Thibaud CANALE <thican@thican.net>
Closes: https://github.com/gentoo/gentoo/pull/41525
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Thibaud CANALE
2025-04-10 16:10:28 +02:00
committed by Sam James
parent 55c7b3da7b
commit 57dc33daea
2 changed files with 6 additions and 4 deletions

View File

@@ -182,6 +182,7 @@ python_compile() {
python_test() {
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
# Argument required to change pytest rootdir.
epytest "${BUILD_DIR}"
# Change for pytest rootdir is required.
cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
epytest
}

View File

@@ -182,6 +182,7 @@ python_compile() {
python_test() {
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
# Argument required to change pytest rootdir.
epytest "${BUILD_DIR}"
# Change for pytest rootdir is required.
cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
epytest
}