From 2c88b1aef68a4c1a2762e5fa7b31e5279e8c04d0 Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Thu, 2 Jul 2015 13:53:12 +0200 Subject: [PATCH] superfluous import removed --- django_q/tests/test_cluster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_q/tests/test_cluster.py b/django_q/tests/test_cluster.py index d9abf17..f20e948 100644 --- a/django_q/tests/test_cluster.py +++ b/django_q/tests/test_cluster.py @@ -2,7 +2,6 @@ import sys import os from multiprocessing import Queue, Event, Value import threading -from time import sleep import pytest @@ -183,6 +182,7 @@ def test_async(r): assert result(h) == 12 r.delete(list_key) + @pytest.mark.django_db def test_timeout(r): # set up the Sentinel