summaryrefslogtreecommitdiff
path: root/dev-python/GitPython/GitPython-3.1.40.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-10-20 06:34:09 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-10-20 06:34:09 +0000
commit53c9d3358b9e0965b3ff7340cb1c968a6efc04ca (patch)
treee751ad3eee164bfe64ba0ad5b35222ecefd504d7 /dev-python/GitPython/GitPython-3.1.40.ebuild
parent18798c0dca657836929a2f33f29d6adf681fc2a0 (diff)
downloadbaldeagleos-repo-53c9d3358b9e0965b3ff7340cb1c968a6efc04ca.tar.gz
baldeagleos-repo-53c9d3358b9e0965b3ff7340cb1c968a6efc04ca.tar.xz
baldeagleos-repo-53c9d3358b9e0965b3ff7340cb1c968a6efc04ca.zip
Adding metadata
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 6ae3a1aeb0c3..b2c6dbdc6ff9 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
)