Merge pull request #13826 from edx/estute/add-requirements-for-testing

add testing requirements file
This commit is contained in:
Stu Young
2016-10-26 10:33:14 -04:00
committed by GitHub

View File

@@ -0,0 +1,12 @@
# This requirements file is only for python packages that need to be installed
# for the edx-platform in testing environments. This includes:
# * Jenkins
# * devstack
# Please do not use this file for packages that are needed in production
#
# DON'T JUST ADD NEW DEPENDENCIES!!!
# If you have changes you would like to make, please consult with:
# * @edx/testeng - to discuss it's impact on test infrastructure
# * @edx/devops - to check system requirements
pysqlite==2.8.3