summaryrefslogtreecommitdiff
path: root/tests/couch/test_sync.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/couch/test_sync.py')
-rw-r--r--tests/couch/test_sync.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/couch/test_sync.py b/tests/couch/test_sync.py
index c353518e..bb30847b 100644
--- a/tests/couch/test_sync.py
+++ b/tests/couch/test_sync.py
@@ -1,3 +1,4 @@
+import pytest
from leap.soledad.common.l2db import vectorclock
from leap.soledad.common.l2db import errors as u1db_errors
@@ -24,6 +25,7 @@ for name, scenario in COUCH_SCENARIOS:
# The following tests come from `u1db.tests.test_sync`.
# -----------------------------------------------------------------------------
+@pytest.mark.needs_couch
class CouchBackendSyncTests(
TestWithScenarios,
DatabaseBaseTests,