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:
committed by
Sam James
parent
55c7b3da7b
commit
57dc33daea
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user