forked from pool/python-GitPython
- Update _service to use manualrun, disabledrun is deprecated now.
- Update to version 3.1.34.1693646983.2a2ae77: * prepare patch release * util: close lockfile after opening successfully * update instructions for how to create a release * prepare for next release * Skip now permanently failing test with note on how to fix it * Don't check form of version number * Add a unit test for CVE-2023-40590 * Fix CVE-2023-40590 * feat: full typing for "progress" parameter * Creating a lock now uses python built-in "open()" method to work around docker virtiofs issue * Disable merge_includes in config writers * Apply straight-forward typing fixes * Add missing type annotation * Run black and exclude submodule * Allow explicit casting even when slightly redundant * Ignore remaining [unreachable] type errors * Define supported version for mypy * Do not typecheck submodule * typo * added more resources section * generic hash * redundant code cell * redundant line * fixed tabbing * tabbed all code-blocks * added new section for diffs and formatting * formatting wip * change to formatting - removed = bash cmds OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-GitPython?expand=0&rev=55
This commit is contained in:
@@ -2,8 +2,10 @@
|
||||
test/test_util.py | 4 +---
|
||||
1 file changed, 1 insertion(+), 3 deletions(-)
|
||||
|
||||
--- a/test/test_util.py
|
||||
+++ b/test/test_util.py
|
||||
Index: GitPython-3.1.34.1693646983.2a2ae77/test/test_util.py
|
||||
===================================================================
|
||||
--- GitPython-3.1.34.1693646983.2a2ae77.orig/test/test_util.py
|
||||
+++ GitPython-3.1.34.1693646983.2a2ae77/test/test_util.py
|
||||
@@ -173,9 +173,7 @@ class TestUtils(TestBase):
|
||||
self.assertRaises(IOError, wait_lock._obtain_lock)
|
||||
elapsed = time.time() - start
|
||||
|
||||
Reference in New Issue
Block a user