From 43a4aa3f19f0e07fc94c301da281649810922394 Mon Sep 17 00:00:00 2001 From: Pedro Bressan Date: Tue, 6 Aug 2024 08:58:25 -0300 Subject: [PATCH 1/2] DOC: compile docs requirements in linux machine. --- CHANGELOG.md | 2 +- docs/requirements.txt | 20 ++++++-------------- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9aa30969..dced5f94c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,7 +36,7 @@ Attention: The newest changes should be on top --> ### Changed -- +- DOC: Fix documentation dependencies [#651](https://github.com/RocketPy-Team/RocketPy/pull/651) - DOC: Fix documentation warnings [#645](https://github.com/RocketPy-Team/RocketPy/pull/645) - DOC: New Environment class docs pages [#644](https://github.com/RocketPy-Team/RocketPy/pull/644) diff --git a/docs/requirements.txt b/docs/requirements.txt index bdff3916f..a5d9c279d 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.10 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # # pip-compile requirements.in @@ -28,10 +28,6 @@ certifi==2024.2.2 # via requests charset-normalizer==3.3.2 # via requests -colorama==0.4.6 - # via - # ipython - # sphinx comm==0.2.2 # via # ipykernel @@ -49,8 +45,6 @@ docutils==0.20.1 # sphinx entrypoints==0.4 # via nbconvert -exceptiongroup==1.2.2 - # via ipython executing==2.0.1 # via stack-data fastjsonschema==2.19.1 @@ -144,12 +138,16 @@ pandocfilters==1.5.1 # via nbconvert parso==0.8.4 # via jedi +pexpect==4.9.0 + # via ipython platformdirs==4.2.2 # via jupyter-core prompt-toolkit==3.0.43 # via ipython psutil==5.9.8 # via ipykernel +ptyprocess==0.7.0 + # via pexpect pure-eval==0.2.2 # via stack-data pydata-sphinx-theme==0.15.2 @@ -167,8 +165,6 @@ python-dateutil==2.9.0.post0 # pandas pytz==2024.1 # via pandas -pywin32==306 - # via jupyter-core pyzmq==26.0.3 # via # ipykernel @@ -219,8 +215,6 @@ stack-data==0.6.3 # via ipython tinycss2==1.3.0 # via nbconvert -tomli==2.0.1 - # via sphinx tornado==6.4 # via # ipykernel @@ -239,9 +233,7 @@ traitlets==5.14.3 # nbformat # nbsphinx typing-extensions==4.12.0 - # via - # ipython - # pydata-sphinx-theme + # via pydata-sphinx-theme tzdata==2024.1 # via pandas urllib3==2.2.1 From 3b61784c5542bff82eb12ed796cc3d81c0d11a89 Mon Sep 17 00:00:00 2001 From: Gui-FernandesBR Date: Tue, 13 Aug 2024 09:41:39 -0300 Subject: [PATCH 2/2] DEV: updates slow tests workflow --- .github/workflows/test-pytest-slow.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test-pytest-slow.yaml b/.github/workflows/test-pytest-slow.yaml index f2dfa1ad6..a5fe93ee7 100644 --- a/.github/workflows/test-pytest-slow.yaml +++ b/.github/workflows/test-pytest-slow.yaml @@ -2,7 +2,7 @@ name: Scheduled Tests on: schedule: - - cron: "0 17 */14 * 5" # every 2 weeks, always on a Friday at 17:00 + - cron: "0 17 * * 5" # at 05:00 PM, only on Friday timezone: "America/Sao_Paulo" defaults: @@ -11,7 +11,6 @@ defaults: jobs: pytest: - if: github.ref == "refs/heads/master" || github.ref == "refs/heads/develop" runs-on: ubuntu-latest strategy: matrix: