commit: 0d4a073eff08f69ba93a54f025fcb9e65d82b8be Author: David Roman <droman <AT> ifae <DOT> es> AuthorDate: Thu Oct 23 14:52:43 2025 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Dec 17 14:51:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d4a073e
dev-build/kas: exclude ssh-agent tests Closes: https://bugs.gentoo.org/964294 Signed-off-by: David Roman <droman <AT> ifae.es> Part-of: https://github.com/gentoo/gentoo/pull/44300 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-build/kas/kas-4.8.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-build/kas/kas-4.8.2.ebuild b/dev-build/kas/kas-4.8.2.ebuild index 00fcbc12ff8a..53c89281dad8 100644 --- a/dev-build/kas/kas-4.8.2.ebuild +++ b/dev-build/kas/kas-4.8.2.ebuild @@ -71,6 +71,7 @@ EPYTEST_DESELECT=( "tests/test_commands.py::test_lockfile" "tests/test_environment_variables.py::test_env_section_export_bb_extra_white" "tests/test_environment_variables.py::test_env_section_export_bb_env_passthrough_additions" + "tests/test_environment_variables.py::test_ssh_agent_setup" ) EPYTEST_IGNORE=(
