Tests: Removed TASKD_USE_PATH

This commit is contained in:
Paul Beckingham 2016-11-22 10:21:35 -05:00
parent 13447e1bc8
commit e967c874a2

View file

@ -22,9 +22,6 @@ except ImportError:
# python 3 # python 3
from queue import Queue, Empty from queue import Queue, Empty
# Look for taskd in $PATH instead of task/src/
os.environ["TASKD_USE_PATH"] = "1"
TIMEOUT = .2 TIMEOUT = .2