summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2016-06-01 09:12:04 +0200
committerSebastian Thiel <byronimo@gmail.com>2016-06-01 09:12:04 +0200
commit2219f13eb6e18bdd498b709e074ff9c7e8cb3511 (patch)
tree0f711704d5b1851e1791d4da4c7a0b02c9c61061
parent543d900e68883740acf3b07026b262176191ab60 (diff)
downloadgitpython-2219f13eb6e18bdd498b709e074ff9c7e8cb3511.tar.gz
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
m---------git/ext/gitdb0
-rw-r--r--git/test/test_docs.py2
2 files changed, 0 insertions, 2 deletions
diff --git a/git/ext/gitdb b/git/ext/gitdb
-Subproject d1996e04dbf4841b853b60c1365f0f5fd28d170
+Subproject 2389b75280efb1a63e6ea578eae7f897fd4beb1
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]