Skip to content

Commit

Permalink
chore(project): Pin poetry version to 1.8.4 (#11999)
Browse files Browse the repository at this point in the history
Because

- Poetry introduced some breaking changes with their v2 release

This commit

- Pins all poetry installs to 1.8.4 for now.

Fixes #11998
  • Loading branch information
b4handjr authored Jan 7, 2025
1 parent 527533a commit de23ccd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ jobs:
name: Download test files and run
command: |
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/mozilla/application-services/main/install-nimbus-cli.sh | bash
pip install poetry
pip install poetry=1.8.4
make integration_test_nimbus_fenix PYTEST_ARGS="$PYTEST_ARGS"
- android/save-gradle-cache:
cache-prefix: v1a
Expand Down
2 changes: 1 addition & 1 deletion experimenter/tests/integration/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ RUN apt-get update -qqy && \
python3-venv \
python3-pip

RUN pip install poetry
RUN pip install poetry==1.8.4

WORKDIR /code

0 comments on commit de23ccd

Please sign in to comment.