Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from overhangio:master #89

Merged
merged 3 commits into from
Jun 23, 2022
Merged

Commits on Jun 22, 2022

  1. Configuration menu
    Copy the full SHA
    a4aa019 View commit details
    Browse the repository at this point in the history
  2. feat: default to ipdb as PYTHONBREAKPOINT

    PYTHONBREAKPOINT has been exposed as an environment variable in
    the openedx Dockerfile available to be changed in config.yml. The docs have also been changed to recommend using
    breakpoint and explaining how PYTHONBREAKPOINT can be modified to use a
    custom debugger.
    
    Close openedx-unsupported/wg-developer-experience#45
    Carlos Muniz committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    4dac139 View commit details
    Browse the repository at this point in the history
  3. fix: @lru_cache python 3.7 compatibility

    In Python 3.7, which is used in the Tutor CI, the lru_cache needs an argument:
    https://docs.python.org/3.7/library/functools.html#functools.lru_cache
    On GitHub, CI did not catch this error because it is running Python 3.8.
    regisb committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    b13d4da View commit details
    Browse the repository at this point in the history