Tests: Removed TASKD path

This commit is contained in:
Paul Beckingham 2016-04-29 00:35:51 -04:00
parent b64b503d99
commit 4270ac5d02

View file

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