summaryrefslogtreecommitdiff
path: root/git/test/db/test_base.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/test/db/test_base.py')
-rw-r--r--git/test/db/test_base.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/git/test/db/test_base.py b/git/test/db/test_base.py
index 1dbf6fe7..2a882d0a 100644
--- a/git/test/db/test_base.py
+++ b/git/test/db/test_base.py
@@ -6,7 +6,9 @@ from lib import *
from git.db import RefSpec
class TestBase(TestDBBase):
-
+
+ needs_ro_repo = False
+
@with_rw_directory
def test_basics(self, path):
self.failUnlessRaises(ValueError, RefSpec, None, None)