mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-13 08:46:34 +00:00
feat: upgrade ipdb/ipython in openedx-dev image
This commit is contained in:
parent
9d9e9281d5
commit
c70a6a5e80
1
changelog.d/20221213_083234_regis_dev.md
Normal file
1
changelog.d/20221213_083234_regis_dev.md
Normal file
@ -0,0 +1 @@
|
||||
- [Improvement] Upgrade ipdb and ipython packages in the openedx development image. (by @regisb)
|
@ -223,7 +223,9 @@ USER app
|
||||
|
||||
# Install dev python requirements
|
||||
RUN pip install -r requirements/edx/development.txt
|
||||
RUN pip install ipdb==0.13.4 ipython==7.27.0
|
||||
# https://pypi.org/project/ipdb/
|
||||
# https://pypi.org/project/ipython
|
||||
RUN pip install ipdb==0.13.9 ipython==8.7.0
|
||||
|
||||
# Add ipdb as default PYTHONBREAKPOINT
|
||||
ENV PYTHONBREAKPOINT=ipdb.set_trace
|
||||
|
Loading…
Reference in New Issue
Block a user