mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-python/paramiko: Skip broken tests and restore keywords
Skip the gssapi tests, as upstream indicated they don't really maintain the code and they don't test it. Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -22,9 +22,7 @@ SRC_URI="
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
# the release is broken
|
||||
# https://github.com/paramiko/paramiko/issues/2245
|
||||
KEYWORDS=""
|
||||
KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
|
||||
IUSE="examples server"
|
||||
|
||||
RDEPEND="
|
||||
@@ -36,6 +34,12 @@ RDEPEND="
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
EPYTEST_DESELECT=(
|
||||
# upstream doesn't really maintain the gssapi support
|
||||
tests/test_kex_gss.py
|
||||
tests/test_ssh_gss.py
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
local PATCHES=(
|
||||
"${FILESDIR}/${PN}-3.2.0-nih-test-deps.patch"
|
||||
|
||||
Reference in New Issue
Block a user