Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit 5caefe5

Browse files
committed
upgpkg: python-gitpython 3.1.31-1: Upgrade to 3.1.31.
Deselect all broken tests: gitpython-developers/GitPython#1557 git-svn-id: file:///srv/repos/svn-community/svn@1408018 9fca08f4-af9d-4005-b8df-a31f2cc04f65
1 parent 8ab4585 commit 5caefe5

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

Diff for: python-gitpython/trunk/PKGBUILD

+16-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
_name=gitpython
66
pkgdesc="A python library used to interact with Git repositories"
77
pkgname=python-gitpython
8-
_commit=35816731917f52dbf00746ec71653fe96e2ad977 # refs/tags/3.1.29
9-
pkgver=3.1.29
8+
_commit=99258ce146099c962354f405e25fae351669493f # refs/tags/3.1.31
9+
pkgver=3.1.31
1010
pkgrel=1
1111
url="https://github.com/gitpython-developers/gitpython"
1212
license=(BSD)
@@ -25,12 +25,25 @@ build() {
2525
}
2626

2727
check() {
28+
local deselected=(
29+
--deselect git/ext/gitdb/gitdb/test/db/test_git.py::TestGitDB::test_reading
30+
--deselect git/ext/gitdb/gitdb/test/db/test_ref.py::TestReferenceDB::test_writing
31+
--deselect git/ext/gitdb/gitdb/test/performance/test_pack.py::TestPackedDBPerformance::test_correctness
32+
--deselect git/ext/gitdb/gitdb/test/performance/test_pack.py::TestPackedDBPerformance::test_loose_correctness
33+
--deselect git/ext/gitdb/gitdb/test/performance/test_pack.py::TestPackedDBPerformance::test_pack_random_access
34+
--deselect git/ext/gitdb/gitdb/test/performance/test_pack_streaming.py::TestPackStreamingPerformance::test_pack_writing
35+
--deselect git/ext/gitdb/gitdb/test/performance/test_pack_streaming.py::TestPackStreamingPerformance::test_stream_reading
36+
--deselect git/ext/gitdb/gitdb/test/test_example.py::TestExamples::test_base
37+
--deselect test/test_submodule.py::TestSubmodule::test_git_submodules_and_add_sm_with_new_commit
38+
--deselect test/test_submodule.py::TestSubmodule::test_list_only_valid_submodules
39+
)
40+
2841
cd $_name
2942
export TRAVIS="VERY CONVENIENT"
3043
git config --global user.name "Test User"
3144
git config --global user.email "[email protected]"
3245
./init-tests-after-clone.sh
33-
PYTHONDONTWRITEBYTECODE=1 pytest -v -c /dev/null -k "not test_base and not test_reading and not test_writing"
46+
PYTHONDONTWRITEBYTECODE=1 pytest -vv -c /dev/null "${deselected[@]}"
3447
}
3548

3649
package() {

0 commit comments

Comments
 (0)