diff options
| author | Yobmod <yobmod@gmail.com> | 2021-02-24 16:47:40 +0000 |
|---|---|---|
| committer | Yobmod <yobmod@gmail.com> | 2021-02-24 16:47:40 +0000 |
| commit | 2f8320b7bf75b6ec375ade605a9812b4b2147de9 (patch) | |
| tree | a0403feef4f2ccbe7a7fef5bb88d007b589145fc /errors.txt | |
| parent | b3778ec37d17a6eb781fa9c6b5e2009fa7542d77 (diff) | |
| download | gitpython-2f8320b7bf75b6ec375ade605a9812b4b2147de9.tar.gz | |
drop python 3.4, update .gitignore
Diffstat (limited to 'errors.txt')
| -rw-r--r-- | errors.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/errors.txt b/errors.txt new file mode 100644 index 00000000..0d68c25d --- /dev/null +++ b/errors.txt @@ -0,0 +1,18 @@ +PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: +'C:\\Users\\yobmod\\AppData\\Local\\Temp\\non_bare_test_root_modulebicpd1jd\\git\\ext\\gitdb' -> +'C:\\Users\\yobmod\\AppData\\Local\\Temp\\non_bare_test_root_modulebicpd1jd\\path\\prefix\\git\\ext\\gitdb' + +====================================================================== +FAIL: test_conditional_includes_from_git_dir (test.test_config.TestBase) +---------------------------------------------------------------------- +Traceback (most recent call last): + File "c:\dev\gitpython\test\lib\helper.py", line 91, in wrapper + return func(self, path) + File "c:\dev\gitpython\test\test_config.py", line 267, in test_conditional_includes_from_git_dir + assert config._has_includes() +AssertionError + +---------------------------------------------------------------------- +Ran 409 tests in 118.716s + +FAILED (failures=1, errors=10, skipped=14)
\ No newline at end of file |
