Tests: Removed TASKD_USE_PATH

This commit is contained in:
Paul Beckingham 2016-11-22 10:23:03 -05:00
parent 6d147cc99a
commit b2c4013180

View file

@ -22,9 +22,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