- Dec 30, 2019
-
-
Jeremy Bowman authored
-
Jeremy Bowman authored
Fix the issue that was preventing us from upgrading pytest. pytest does some manipulation of test packages that prevents `pkg_resources` from loading resources from them, but used to contain a workaround for the problem. That workaround was [removed](https://github.com/pytest-dev/pytest/issues/5392) in 4.6.0 as a performance enhancement when pytest switched from `pkg_resources` to `importlib-metadata` for its own entrypoint handling. This tripped up one of our test modules which defined classes that loaded templates from inside a test package. Moving these resources to the parent package fixes the problem. More and more, `pkg_resources` is being abandoned in favor of `importlib-metadata` and `importlib_resources` as they have a simpler design with much better performance. However, `importlib_resources` doesn't support loading files from any directory which isn't itself a Python package (and doesn't allow direct use of paths including directories within the package). Jinja2 chose a [different approach](https://github.com/pallets/jinja/pull/1082) that we may want to emulate in our resource handling. Also fixed usage of a removed `pytest.raises()` parameter and a bug in our configuration of the `common/lib` tests that became a problem after the upgrade.
-
Awais Qureshi authored
Specifying a namespace in django.conf.urls.include() without providing an app_name is deprecated. Adding the app_name attribute in the included module.
-
edX requirements bot authored
-
- Dec 27, 2019
-
-
Jeremy Bowman authored
-
- Dec 26, 2019
-
-
Jeremy Bowman authored
-
Jeremy Bowman authored
* Switch make upgrade to Python 3.5 * bok-choy fixes, constrain django-debug-toolbar * Remove flaky bok-choy test
-
- Dec 23, 2019
-
-
edX requirements bot authored
-
- Dec 20, 2019
-
-
edX requirements bot authored
-
- Dec 19, 2019
-
-
Feanil Patel authored
There was a serialization issue with one of the studio JS assets that is rendered as a part of the edit view.
- Dec 18, 2019
-
-
Jeremy Bowman authored
-
Nicholas D'Alfonso authored
-point to updated edx-organizations package
-
aarif authored
updated the tests minor changes changes made verify capitalized country code changes made verify capitalized country code changes made stay consistent with country code implementation changes made to test with previous implementation updated the django-countries version to latest updated the tests input to match the output updated the constants to use updated country names according to new ISO standards
-
edX requirements bot authored
-
- Dec 17, 2019
-
-
Simon Chen authored
-
- Dec 16, 2019
-
-
Ned Batchelder authored
-
Simon Chen authored
-
Awais Qureshi authored
Upgrade django-ses
-
Ayub khan authored
-bumped django-model-utils version to support django 22
-
aarif authored
downgrade the django-cors-headers version to 2.5.3 downgrade the django-cors-headers version to 2.5.3 updated the django-cors-headers to version that supports django 2.2 downgrade the django-cors-headers version to 2.5.3 downgrade the django-cors-headers version to 2.5.3 updated the django-cors-headers to version that supports django 2.2 downgrade the django-cors-headers version to 2.5.3 downgrade the django-cors-headers version to 2.5.3 ran make upgrade
-
DawoudSheraz authored
-
- Dec 13, 2019
-
-
Feanil Patel authored
-
Robert Raposa authored
BOM-1094
-
Jeremy Bowman authored
-
Awais Qureshi authored
Upgrade django-debug-toolbar
-
edX requirements bot authored
-
- Dec 12, 2019
-
-
Jeremy Bowman authored
-
Zainab Amir authored
Microsoft social login is not working on edx mobile app. The issue is fixed in newer version of social-auth-app-django. PROD-718
-
- Dec 11, 2019
-
-
Ned Batchelder authored
-
Brian Wilson authored
DE-1824: step 2 of 4 in renaming 'exists' field in ThirdPartyTranscriptCredentialsState to 'has_creds' (v1.1.33)
-
Jeremy Bowman authored
-
Diana Huang authored
-
Feanil Patel authored
- Undo the previous change. - Pull in the version of codejail with the fix for the issue.
-
- Dec 10, 2019
-
-
Diana Huang authored
-
Jeremy Bowman authored
-
- Dec 09, 2019
-
-
Giovanni Cimolin da Silva authored
This commit upgrades the version of pymongo from 2.x to 3.x, removing usages to deprecated functions usage and fixing tests where necessary. This version of pymongo supports MongoDB 2.x all the way up to 4.2, and this ensures that the platform will be able to run on a supported MongoDB version in the next release.
-
edX requirements bot authored
-
- Dec 06, 2019
-
-
Albert (AJ) St. Aubin authored
-