diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2014-11-13 13:31:32 +0100 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2014-11-13 13:31:32 +0100 |
| commit | bf942a913d69eb2079f9e82888aaccf2f6222643 (patch) | |
| tree | 6b9489af08a47c52d9b61be628beb412eb7d934a /gitdb/test/db/test_git.py | |
| parent | b64c771bcb2ec336dd549cfe9d072340c886f3c9 (diff) | |
| download | gitdb-bf942a913d69eb2079f9e82888aaccf2f6222643.tar.gz | |
Fully removed all async dependencies
Diffstat (limited to 'gitdb/test/db/test_git.py')
| -rw-r--r-- | gitdb/test/db/test_git.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gitdb/test/db/test_git.py b/gitdb/test/db/test_git.py index 4bce7da..56899e5 100644 --- a/gitdb/test/db/test_git.py +++ b/gitdb/test/db/test_git.py @@ -48,4 +48,3 @@ class TestGitDB(TestDBBase): # its possible to write objects self._assert_object_writing(gdb) - self._assert_object_writing_async(gdb) |
