mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 08:58:27 -07:00
dev-python/python-gnupg: updated patches to match upstream
Bug: https://bugs.gentoo.org/662750 Closes: https://github.com/gentoo/gentoo/pull/9560 Package-Manager: Portage-2.3.45, Repoman-2.3.10
This commit is contained in:
committed by
Michał Górny
parent
e89d66ff58
commit
6defef1480
@@ -25,5 +25,7 @@ PATCHES=(
|
||||
)
|
||||
|
||||
python_test() {
|
||||
"${PYTHON}" test_gnupg.py || die "Tests failed with ${EPYTHON}"
|
||||
# NO_EXTERNAL_TESTS must be enabled,
|
||||
# to disable all tests, which need internet access.
|
||||
NO_EXTERNAL_TESTS=1 "${PYTHON}" test_gnupg.py || die "Tests failed with ${EPYTHON}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user