Skip to content

Commit

Permalink
Merge pull request #2148 from openedx/jenkins/upgrade-python-requirem…
Browse files Browse the repository at this point in the history
…ents-646af01

Python Requirements Update
  • Loading branch information
feanil committed May 23, 2023
2 parents 646af01 + 877e073 commit 20d8d81
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ sphinx-book-theme==1.0.1
# via -r base.in
sphinx-intl==2.1.0
# via -r base.in
sphinx-reredirects==0.1.1
sphinx-reredirects==0.1.2
# via -r base.in
sphinxcontrib-applehelp==1.0.4
# via sphinx
Expand Down
5 changes: 5 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ tox<4.0.0
# Pinning Sphinx version unless the compatibility issue gets resolved
# For details, see issue https://github.com/openedx/edx-sphinx-theme/issues/197
sphinx<6.0.0

# 2023-05-18: edx-drf-extensions 8.8.0 inadvertently introduced stricter Base64 decoding,
# and some of our IDAs have malformed configs. This should be a very temporary constraint.
# See https://github.com/openedx/edx-drf-extensions/issues/346 for details.
edx-drf-extensions<8.8.0
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ sphinx-book-theme==1.0.1
# via -r base.txt
sphinx-intl==2.1.0
# via -r base.txt
sphinx-reredirects==0.1.1
sphinx-reredirects==0.1.2
# via -r base.txt
sphinxcontrib-applehelp==1.0.4
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.40.0
# The following packages are considered to be unsafe in a requirements file:
pip==23.1.2
# via -r pip.in
setuptools==67.7.2
setuptools==67.8.0
# via -r pip.in
2 changes: 1 addition & 1 deletion run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ for project in "${projects[@]}"; do
# -w writes warnings and errors to the specified file in
# addition to stderr.
# -n runs in nit-picky mode.
make html SPHINXOPTS="-w $err_log_file"
make html SPHINXOPTS="-j4 -n -w $err_log_file"

if [ $? -gt 0 ]; then
project_build_status=1
Expand Down

0 comments on commit 20d8d81

Please sign in to comment.