Add missing unit test requirement.
This commit is contained in:
parent
760015fc6d
commit
5cb3acaed1
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue