Currently we maintain a requirements.txt file for installing our requirements before runnings tests, yet use setup.py for configuration management. We want a unified dependency management mechanism that allows us to run the tests from scratch (including installing dependencies).
Currently we maintain a
requirements.txt
file for installing our requirements before runnings tests, yet usesetup.py
for configuration management. We want a unified dependency management mechanism that allows us to run the tests from scratch (including installing dependencies).