summaryrefslogtreecommitdiff
path: root/tests/couch/test_command.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/couch/test_command.py')
-rw-r--r--tests/couch/test_command.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/couch/test_command.py b/tests/couch/test_command.py
index 52719065..10506e4b 100644
--- a/tests/couch/test_command.py
+++ b/tests/couch/test_command.py
@@ -1,3 +1,4 @@
+import pytest
from twisted.trial import unittest
from leap.soledad.common.couch import state as couch_state
@@ -6,6 +7,7 @@ from leap.soledad.common.l2db import errors as u1db_errors
from mock import Mock
+@pytest.mark.needs_couch
class CommandBasedDBCreationTest(unittest.TestCase):
def test_ensure_db_using_custom_command(self):