summaryrefslogtreecommitdiff
path: root/git/test/test_base.py
diff options
context:
space:
mode:
authorKostis Anagnostopoulos <ankostis@gmail.com>2016-09-27 00:09:20 +0200
committerKostis Anagnostopoulos <ankostis@gmail.com>2016-09-28 03:35:37 +0200
commitc572a8d95d8fa184eb58b15b7ff96d01ef1f9ec3 (patch)
tree2eccf43a7c2e162d2553d7255b8ec5b8983d4758 /git/test/test_base.py
parent6a3c95b408162c78b9a4230bb4f7274a94d0add4 (diff)
downloadgitpython-c572a8d95d8fa184eb58b15b7ff96d01ef1f9ec3.tar.gz
Win, #519: FIX undead Git-daemon on Windows
+ On MINGW-git, daemon exists but if invoked as 'git daemon', DAEMON CANNOT DIE! + So, launch `git-daemon` on Apveyor, but - remote TCs fail due to paths problems. + Updated README instructions on Windows. + Restore disabled remote TCs on Windows. + Disable failures on daemon-tests only the last moment (raise SkipTest) so when ready, it will also pass.
Diffstat (limited to 'git/test/test_base.py')
-rw-r--r--git/test/test_base.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/git/test/test_base.py b/git/test/test_base.py
index f139798b..cf92997f 100644
--- a/git/test/test_base.py
+++ b/git/test/test_base.py
@@ -112,7 +112,6 @@ class TestBase(TestBase):
assert not rw_repo.config_reader("repository").getboolean("core", "bare")
assert os.path.isdir(os.path.join(rw_repo.working_tree_dir, 'lib'))
- @skipIf(is_win(), "git-daemon proc stuck on Appveyor!")
@with_rw_and_rw_remote_repo('0.1.6')
def test_with_rw_remote_and_rw_repo(self, rw_repo, rw_remote_repo):
assert not rw_repo.config_reader("repository").getboolean("core", "bare")