summaryrefslogtreecommitdiff
path: root/tests/server/test_tac.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/server/test_tac.py')
-rw-r--r--tests/server/test_tac.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/server/test_tac.py b/tests/server/test_tac.py
index 45bbb142..18cbf20f 100644
--- a/tests/server/test_tac.py
+++ b/tests/server/test_tac.py
@@ -36,6 +36,7 @@ from twisted.web.client import Agent
TAC_FILE_PATH = resource_filename('leap.soledad.server', 'server.tac')
+@pytest.mark.needs_couch
@pytest.mark.usefixtures("couch_url")
class TacServerTestCase(unittest.TestCase):