14
0

- Update to version 2.1.7.1594621338.176838a3:

- refresed test-skips.patch and test_blocking_lock_file-extra-time.patch
- used pytest as test runner
  * bump patch level
  * Fixed broken file paths.
  * bump patch level
  * test: add installation test
  * tools: update tool scripts after moving tests
  * MANIFEST.in: update to exclude tests
  * setup.py: exclude all test files
  * tests: move to root dir
  * bump patch level
  * Revert moving tests out of 'git' folder, related to #1030
  * bump patch level
  * tools: update tool scripts after moving tests
  * MANIFEST.in: update to exclude tests
  * setup.py: exclude all test files
  * tests: move to root dir
  * Add Ram Rachum to AUTHORS
  * Fix exception causes all over the codebase
  * Fix exception causes in 7 modules
  * Fix exception causes in cmd.py

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-GitPython?expand=0&rev=39
This commit is contained in:
2020-08-20 10:54:23 +00:00
committed by Git OBS Bridge
parent 802715f313
commit 78a8984c32
8 changed files with 47 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
Index: GitPython-3.1.0.1582544583.8c9da73/git/test/test_util.py
Index: GitPython-3.1.7.1594621338.176838a3/test/test_util.py
===================================================================
--- GitPython-3.1.0.1582544583.8c9da73.orig/git/test/test_util.py
+++ GitPython-3.1.0.1582544583.8c9da73/git/test/test_util.py
--- GitPython-3.1.7.1594621338.176838a3.orig/test/test_util.py
+++ GitPython-3.1.7.1594621338.176838a3/test/test_util.py
@@ -165,9 +165,7 @@ class TestUtils(TestBase):
self.assertRaises(IOError, wait_lock._obtain_lock)
elapsed = time.time() - start