Add missing unit test requirement.

This commit is contained in:
Matt Clay 2017-08-08 17:15:23 -07:00
parent 760015fc6d
commit 5cb3acaed1

View file

@ -13,6 +13,7 @@ pytest-xdist
python-memcached python-memcached
pyyaml pyyaml
redis redis
requests
setuptools > 0.6 # pytest-xdist installed via requirements does not work with very old setuptools (sanity_ok) setuptools > 0.6 # pytest-xdist installed via requirements does not work with very old setuptools (sanity_ok)
unittest2 ; python_version < '2.7' unittest2 ; python_version < '2.7'
netaddr netaddr