summaryrefslogtreecommitdiff
path: root/tests/couch/test_sync_target.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/couch/test_sync_target.py')
-rw-r--r--tests/couch/test_sync_target.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/couch/test_sync_target.py b/tests/couch/test_sync_target.py
index 0370a6d1..fcbc866a 100644
--- a/tests/couch/test_sync_target.py
+++ b/tests/couch/test_sync_target.py
@@ -1,4 +1,5 @@
import json
+import pytest
from leap.soledad.common.l2db import SyncTarget
from leap.soledad.common.l2db import errors as u1db_errors
@@ -19,6 +20,7 @@ target_scenarios = [
('local', {'create_db_and_target': make_local_db_and_target}), ]
+@pytest.mark.needs_couch
class CouchBackendSyncTargetTests(
TestWithScenarios,
DatabaseBaseTests,