Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove errant run_worker
  • Loading branch information
mgax committed Dec 23, 2024
commit 6ee00edd0bbdcb00cc2ff569f194f63cd8381ec9
2 changes: 0 additions & 2 deletions tests/tests/test_database_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -758,8 +758,6 @@ def test_worker_with_locked_rows(self) -> None:
}
)
class DatabaseTaskResultTestCase(TransactionTestCase):
run_worker = partial(call_command, "db_worker", verbosity=0, batch=True, interval=0)

def execute_in_new_connection(self, sql: Union[str, QuerySet]) -> Sequence:
if isinstance(sql, QuerySet):
sql = str(sql.query)
Expand Down
Loading