diff options
Diffstat (limited to 'tests/couch/test_atomicity.py')
-rw-r--r-- | tests/couch/test_atomicity.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/couch/test_atomicity.py b/tests/couch/test_atomicity.py index 48e1c01d..05932abf 100644 --- a/tests/couch/test_atomicity.py +++ b/tests/couch/test_atomicity.py @@ -41,6 +41,7 @@ from test_soledad.u1db_tests import TestCaseWithServer REPEAT_TIMES = 20 +@pytest.mark.needs_couch @pytest.mark.usefixtures('method_tmpdir') class CouchAtomicityTestCase(CouchDBTestCase, TestCaseWithServer): |