summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-10-19 17:56:32 +0200
committerMichał Górny <mgorny@gentoo.org>2023-10-19 21:50:18 +0200
commitd65092e884424de147424ff1a0ed8c1699abd2af (patch)
treef55162b3648262330a41dbd4228a7f870643a587 /dev-python/GitPython
parentllvm.org.eclass: Remove old snapshots (diff)
downloadgentoo-d65092e884424de147424ff1a0ed8c1699abd2af.tar.gz
gentoo-d65092e884424de147424ff1a0ed8c1699abd2af.tar.bz2
gentoo-d65092e884424de147424ff1a0ed8c1699abd2af.zip
dev-python/GitPython: Reenable fixed tests
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/GitPython')
-rw-r--r--dev-python/GitPython/GitPython-3.1.40.ebuild8
1 files changed, 1 insertions, 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
)