-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
py2neo repository tags have been removed... but now a package called py2neo-history has been published on pypi so we use this package to install the version we need. Also moto 0.3.1 is no more published on pypi but we can ignore this deps as it is a testing one.
- Loading branch information
Showing
6 changed files
with
94 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 38 additions & 0 deletions
38
releases/hawthorn/1/oee/patches/edx-platform_hawthorn.1-oee_moto.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
diff --git a/requirements/edx/testing.txt b/requirements/edx/testing.txt | ||
--- a/requirements/edx/testing.txt | ||
+++ b/requirements/edx/testing.txt | ||
@@ -203,7 +203,7 @@ | ||
mock==1.0.1 | ||
mongoengine==0.10.0 | ||
more-itertools==4.2.0 # via pytest | ||
-moto==0.3.1 | ||
+# moto==0.3.1 version not available anymore but we don't need to run the tests anyway | ||
mysql-python==1.2.5 | ||
needle==0.5.0 # via bok-choy | ||
networkx==1.7 | ||
|
||
diff --git a/requirements/edx/testing.in b/requirements/edx/testing.in | ||
--- a/requirements/edx/testing.in | ||
+++ b/requirements/edx/testing.in | ||
@@ -26,7 +26,7 @@ | ||
freezegun # Allows tests to mock the output of assorted datetime module functions | ||
httpretty # Library for mocking HTTP requests, used in many tests | ||
isort # For checking and fixing the order of imports | ||
-moto==0.3.1 # Lets tests mock AWS access via the boto library | ||
+# moto==0.3.1 # Version not available anymore but we don't need to run the tests anyway | ||
nose # Former test runner, we're still using some utility functions from it | ||
pa11ycrawler # Python crawler (using Scrapy) that uses Pa11y to check accessibility of pages as it crawls | ||
pycodestyle # Checker for compliance with the Python style guide (PEP 8) | ||
|
||
diff --git a/requirements/edx/development.txt b/requirements/edx/development.txt | ||
--- a/requirements/edx/development.txt | ||
+++ b/requirements/edx/development.txt | ||
@@ -212,7 +212,7 @@ | ||
modernize==0.6.1 | ||
mongoengine==0.10.0 | ||
more-itertools==4.2.0 | ||
-moto==0.3.1 | ||
+# moto==0.3.1 version not available anymore but we don't need to run the tests anyway | ||
mysql-python==1.2.5 | ||
needle==0.5.0 | ||
networkx==1.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 38 additions & 0 deletions
38
releases/ironwood/2/oee/patches/edx-platform_ironwood.2-oee_moto.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
diff --git a/requirements/edx/testing.txt b/requirements/edx/testing.txt | ||
--- a/requirements/edx/testing.txt | ||
+++ b/requirements/edx/testing.txt | ||
@@ -205,7 +205,7 @@ | ||
mock==1.0.1 | ||
mongoengine==0.10.0 | ||
more-itertools==5.0.0 # via pytest | ||
-moto==0.3.1 | ||
+# moto==0.3.1 version not available anymore but we don't need to run the tests anyway | ||
mysql-python==1.2.5 | ||
networkx==1.7 | ||
newrelic==4.10.0.112 | ||
|
||
diff --git a/requirements/edx/testing.in b/requirements/edx/testing.in | ||
--- a/requirements/edx/testing.in | ||
+++ b/requirements/edx/testing.in | ||
@@ -28,7 +28,7 @@ | ||
freezegun # Allows tests to mock the output of assorted datetime module functions | ||
httpretty # Library for mocking HTTP requests, used in many tests | ||
isort # For checking and fixing the order of imports | ||
-moto==0.3.1 # Lets tests mock AWS access via the boto library | ||
+# moto==0.3.1 # Version not available anymore but we don't need to run the tests anyway | ||
pa11ycrawler # Python crawler (using Scrapy) that uses Pa11y to check accessibility of pages as it crawls | ||
pycodestyle # Checker for compliance with the Python style guide (PEP 8) | ||
polib # Library for manipulating gettext translation files, used to test paver i18n commands | ||
|
||
diff --git a/requirements/edx/development.txt b/requirements/edx/development.txt | ||
--- a/requirements/edx/development.txt | ||
+++ b/requirements/edx/development.txt | ||
@@ -213,7 +213,7 @@ | ||
modernize==0.6.1 | ||
mongoengine==0.10.0 | ||
more-itertools==5.0.0 | ||
-moto==0.3.1 | ||
+# moto==0.3.1 version not available anymore but we don't need to run the tests anyway | ||
mysql-python==1.2.5 | ||
networkx==1.7 | ||
newrelic==4.10.0.112 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters