commit:     d65092e884424de147424ff1a0ed8c1699abd2af
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 19 15:56:32 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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
        )
 

Reply via email to