f36fc07 Setuptools not installs test dependencies.

Authored and Committed by davidcarlos 6 years ago
    Setuptools not installs test dependencies.
    
    - Test dependencies declared on setup.py are not installed
    automatically, they are downloaded as a .egg packages (.egg packages can be
    installed with easy_install). I'm removing the test_requires from
    setup.py, and installing test dependencies manually on the git ansible
    role.
    
        
file modified
+0 -11