From 623395a0130299c5bfcecd5505be3855c8a764ee Mon Sep 17 00:00:00 2001 From: ZyX Date: Sat, 28 Jun 2014 22:18:45 +0400 Subject: [PATCH] Remove outdated comment --- tests/test_lib.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_lib.py b/tests/test_lib.py index b554f004..c69d97b6 100644 --- a/tests/test_lib.py +++ b/tests/test_lib.py @@ -513,8 +513,6 @@ class TestVCS(TestCase): call(['git', 'branch', 'branch1'], cwd=GIT_REPO) call(['git', 'checkout', '-q', 'branch1'], cwd=GIT_REPO) self.do_branch_rename_test(repo, 'branch1') - # For some reason the rest of this test fails on travis and only on - # travis, and I can't figure out why call(['git', 'branch', 'branch2'], cwd=GIT_REPO) call(['git', 'checkout', '-q', 'branch2'], cwd=GIT_REPO) self.do_branch_rename_test(repo, 'branch2')