We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc787c6 commit 2569c2eCopy full SHA for 2569c2e
test_app/tests/lib/utils/test_db.py
@@ -148,13 +148,6 @@ def test_psycopg_connection_from_django_new_conn(self):
148
assert isinstance(psycopg_connection_from_django(), psycopg.Connection)
149
150
151
-class TestAdvisoryLock:
152
- @pytest.fixture(autouse=True)
153
- def skip_if_sqlite(self):
154
- if connection.vendor == 'sqlite':
155
- pytest.skip('Advisory lock is not written for sqlite')
156
-
157
158
class TestAdvisoryLock(SkipIfSqlite):
159
THREAD_WAIT_TIME = 0.1
160
0 commit comments