From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 88A8715814D for ; Thu, 19 Oct 2023 19:50:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C11742BC0B6; Thu, 19 Oct 2023 19:50:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3A002BC0B6 for ; Thu, 19 Oct 2023 19:50:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E7DD335CDF for ; Thu, 19 Oct 2023 19:50:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D62641293 for ; Thu, 19 Oct 2023 19:50:35 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1697745018.d65092e884424de147424ff1a0ed8c1699abd2af.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/GitPython/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/GitPython/GitPython-3.1.40.ebuild X-VCS-Directories: dev-python/GitPython/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d65092e884424de147424ff1a0ed8c1699abd2af X-VCS-Branch: master Date: Thu, 19 Oct 2023 19:50:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 15f0ab2b-850a-4f3c-bb35-5ccd5e8208cd X-Archives-Hash: 5ea1d8ed90820f791bcab6f90931fb8a commit: d65092e884424de147424ff1a0ed8c1699abd2af Author: Michał Górny gentoo org> AuthorDate: Thu Oct 19 15:56:32 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Oct 19 19:50:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d65092e8 dev-python/GitPython: Reenable fixed tests Signed-off-by: Michał Górny gentoo.org> dev-python/GitPython/GitPython-3.1.40.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/dev-python/GitPython/GitPython-3.1.40.ebuild b/dev-python/GitPython/GitPython-3.1.40.ebuild index 52f6a25ddaf6..d3e26fb0db5f 100644 --- a/dev-python/GitPython/GitPython-3.1.40.ebuild +++ b/dev-python/GitPython/GitPython-3.1.40.ebuild @@ -65,18 +65,12 @@ python_test() { local EPYTEST_DESELECT=( # performance tests are unreliable by design test/performance - # unimpoortant and problematic + # unimportant and problematic test/test_installation.py # Internet - test/test_repo.py::TestRepo::test_leaking_password_in_clone_logs test/test_quick_doc.py::QuickDoc::test_cloned_repo_object - # requires which(1) - # https://github.com/gitpython-developers/GitPython/pull/1525 - test/test_git.py::TestGit::test_refresh # TODO test/test_submodule.py::TestSubmodule::test_base_rw - test/test_submodule.py::TestSubmodule::test_git_submodules_and_add_sm_with_new_commit - test/test_submodule.py::TestSubmodule::test_list_only_valid_submodules test/test_submodule.py::TestSubmodule::test_root_module )