Skip to content

Commit 2219f13

Browse files
committed
fix(test): do not skip test on travis
Please exclude the particular assertion instead. Related to a3f24f6#commitcomment-17691581
1 parent 543d900 commit 2219f13

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

git/ext/gitdb

git/test/test_docs.py

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212

1313
class Tutorials(TestBase):
14-
15-
@skip_on_travis_ci
1614
@with_rw_directory
1715
def test_init_repo_object(self, rw_dir):
1816
# [1-test_init_repo_object]

0 commit comments

Comments
 (0)