Files
edx-platform/requirements/edx/coverage.in
2019-07-22 16:24:55 -04:00

18 lines
827 B
Plaintext

# Dependencies that are used solely for calculating test coverage.
# These are split out so that if you are only calculating coverage
# then you don't need to install all the rest of the prereqs.
#
# DON'T JUST ADD NEW DEPENDENCIES!!!
#
# If you open a pull request that adds a new dependency, you should:
# * verify that the dependency has a license compatible with AGPLv3
# * confirm that it has no system requirements beyond what we already install
# * run "make upgrade" to update the detailed requirements files
#
-c ../constraints.txt
coverage==5.0a6 # Code coverage testing for Python
diff-cover==0.9.8 # Automatically find diff lines that need test coverage
six==1.11.0 # Pinned because diff-cover needs it, but later transifex-client says ==1.11.0