diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2016-06-01 09:12:04 +0200 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2016-06-01 09:12:04 +0200 |
commit | 2219f13eb6e18bdd498b709e074ff9c7e8cb3511 (patch) | |
tree | 0f711704d5b1851e1791d4da4c7a0b02c9c61061 /git/test/test_docs.py | |
parent | 543d900e68883740acf3b07026b262176191ab60 (diff) | |
download | gitpython-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
Diffstat (limited to 'git/test/test_docs.py')
-rw-r--r-- | git/test/test_docs.py | 2 |
1 files changed, 0 insertions, 2 deletions
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] |