- Jan 06, 2020
-
-
Jeremy Bowman authored
-
- Jan 03, 2020
-
-
Jeremy Bowman authored
-
- Jan 02, 2020
-
-
Manjinder Singh authored
* Added pytest-json-report plugin - modifying app-opts in setup.cfg - adding hook to all conftest.py files in repo - setting report to be saved to test_root/log/warnings.json - Writing custom logic to save json report to avoid overwrite if pytest called twice This was created to allow us to easily parse through test warnings in jenkins
-
- 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.
-
- Dec 27, 2019
-
-
Jeremy Bowman authored
-
- Dec 26, 2019
-
-
Jeremy Bowman authored
* Switch make upgrade to Python 3.5 * bok-choy fixes, constrain django-debug-toolbar * Remove flaky bok-choy test
-
- Dec 16, 2019
-
-
Ayub khan authored
-bumped django-model-utils version to support django 22
-
- Dec 13, 2019
-
-
Awais Qureshi authored
Upgrade django-debug-toolbar
-
- Dec 06, 2019
-
-
Albert (AJ) St. Aubin authored
-
- Nov 12, 2019
-
-
Robert Raposa authored
- Upgrade edx-drf-extensions to 2.4.5 - Removed constraint to 2.4.0, because 2.4.2 introduces a workaround for ARCH-1210 by putting the problematic code behind a django setting. - Remove unused JWT_AUTH_REFRESH_COOKIE setting. ARCH-418, ARCH-1269, ARCH-1044 fix broken toggle
-
Awais Qureshi authored
guincorn just released its version on 9th-nov-2019 (20.0.0) and it requires Python 3.x >= 3.4. so adding constraint < 20.0.0 execute make upgrade
-
- Oct 28, 2019
-
-
irfanuddinahmad authored
-
- Oct 11, 2019
-
-
Feanil Patel authored
We also pin back edx-lint to fix a regression we introduced when we started having to roll back all the requirements changes.
-
- Oct 10, 2019
-
-
Feanil Patel authored
-
- Sep 23, 2019
-
-
Alex Dusenbery authored
-
- Sep 17, 2019
-
-
Ned Batchelder authored
-
Feanil Patel authored
Issue 851 seems to have been resolved and issue 8.5.2 while still open is not occuring with the latest version of pip-tools.
-
- Aug 21, 2019
-
-
Jeremy Bowman authored
-
- Aug 19, 2019
-
-
Chris Pappas authored
-
Waheed Ahmed authored
PROD-533
-
- Aug 16, 2019
-
-
Brittney Exline authored
-
- Aug 08, 2019
-
-
Waheed Ahmed authored
Getting 500 error on stage after upgrading to latest version of newrelice.
-
- Aug 02, 2019
-
-
Feanil Patel authored
We had to pin json diff because of how we pull prod requirements into testing.txt
-
- Jul 29, 2019
-
-
Feanil Patel authored
Both python 3 related but different reasons. numpy dropped python 3 support and faulthandler was pulled into python in python 3.3
-
- Jul 24, 2019
-
-
muhammad-ammar authored
-
- Jul 22, 2019
-
-
Ned Batchelder authored
-
- Jul 19, 2019
-
-
Ned Batchelder authored
-
- Jul 17, 2019
-
-
Dave St.Germain authored
-
- Jul 16, 2019
-
-
Feanil Patel authored
-
muhammad-ammar authored
-
Brittney Exline authored
-
- Jun 14, 2019
-
-
Jeremy Bowman authored
-
- Jun 07, 2019
-
-
Brittney Exline authored
-
- Jun 06, 2019
-
-
Brittney Exline authored
-
- Jun 05, 2019
-
-
edX requirements bot authored
* Updating Python Requirements * Don't rely on pip-compile cache * Fix tornado dependency resolution
-
- Jun 04, 2019
-
-
Troy Sankey authored
Bumping edx-organizations will add history to the Organization model. DE-1510
-
- May 21, 2019
-
-
Chris Pappas authored
This also pins scipy to version <=1.2.1 in constraints.txt, as 1.3.0 requires py3.5 or above
-
- Apr 18, 2019
-
-
Michael Youngstrom authored
-
- Apr 16, 2019
-
-
edX requirements bot authored
-