From 2219f13eb6e18bdd498b709e074ff9c7e8cb3511 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 1 Jun 2016 09:12:04 +0200 Subject: fix(test): do not skip test on travis Please exclude the particular assertion instead. Related to https://github.com/gitpython-developers/GitPython/commit/a3f24f64a20d1e09917288f67fd21969f4444acd#commitcomment-17691581 --- git/test/test_docs.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'git/test') diff --git a/git/test/test_docs.py b/git/test/test_docs.py index 27470748..bc961230 100644 --- a/git/test/test_docs.py +++ b/git/test/test_docs.py @@ -11,8 +11,6 @@ from gitdb.test.lib import skip_on_travis_ci, with_rw_directory class Tutorials(TestBase): - - @skip_on_travis_ci @with_rw_directory def test_init_repo_object(self, rw_dir): # [1-test_init_repo_object] -- cgit v1.2.3