- Feb 24, 2020
-
-
Robert Raposa authored
There is a planned edx-drf-extension update to 3.0.0 to remove the toggle used for ENFORCE_JWT_SCOPES. Currently, edx-platform is dependent on the this toggle. This constraint will keep other `make upgrade` PRs working in the short window before the edx-paltform PR to remove the same toggle can land. BOM-1324
-
- Feb 21, 2020
-
-
Calen Pennington authored
-
- Feb 18, 2020
-
-
Awais Qureshi authored
Upgrade django-toolbar.
-
- Feb 14, 2020
-
-
- Feb 13, 2020
-
-
edX requirements bot authored
* Updating Python Requirements * Constrain edx-when version for now
-
- Feb 11, 2020
- Feb 06, 2020
-
-
Michael Terry authored
Fix constraints to not have a lingering pin on edx-when. And add constraint on version of mock that supports python 3.5. And then a general make upgrade.
-
- Feb 03, 2020
-
-
Chris Pappas authored
* Bumping edx-enterprise version * Running make upgrade to bump edx-enterprise * contraining a package * fix * adding yet another constraint
-
- Jan 30, 2020
-
-
Calen Pennington authored
-
- Jan 24, 2020
-
-
Diana Huang authored
-
- Jan 23, 2020
-
-
Manjinder Singh authored
* Constraining edx-rest-api-client * Decreased pin on edx-rest-api-client from <3.0.0 to <2.0.0
-
Jeremy Bowman authored
Unpin several more outdated dependencies whose changelogs don't contain any significant backwards incompatible changes. Also add "moto" to the list of packages to uninstall from existing environments, since it requires a jsondiff version that clashes with the one we now use (triggering a harmless but distracting warning on dependency updates). We can potentially stop using path.py/path altogether by switching to pathlib in the Python 3 standard library, but that merits a separate PR of its own. Also, note that I'm not actually unpinning freezegun; different PRs restricted it in both constraints.txt and test.in, I'm just removing the latter redundant constraint.
-
- Jan 22, 2020
-
-
Zulqarnain authored
-
- Jan 16, 2020
-
-
Awais Qureshi authored
Removing the moto.
-
- Jan 14, 2020
-
-
Brittney Exline authored
-
Diana Huang authored
-
- 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.
-