summaryrefslogtreecommitdiff
path: root/dev-python/GitPython/GitPython-3.1.40.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/GitPython/GitPython-3.1.40.ebuild')
-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
)