From a5420b11a115e294806b4ff8e0b198371eec1c83 Mon Sep 17 00:00:00 2001 From: stu Date: Mon, 24 Oct 2016 16:59:49 -0400 Subject: [PATCH] add testing requirements file --- requirements/edx/testing.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 requirements/edx/testing.txt diff --git a/requirements/edx/testing.txt b/requirements/edx/testing.txt new file mode 100644 index 0000000000..248bdd8c26 --- /dev/null +++ b/requirements/edx/testing.txt @@ -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