From d65092e884424de147424ff1a0ed8c1699abd2af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 19 Oct 2023 17:56:32 +0200 Subject: dev-python/GitPython: Reenable fixed tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/GitPython/GitPython-3.1.40.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'dev-python/GitPython') 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 ) -- cgit v1.2.3