Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,11 @@ commands:
name: Setup python
command: |
sudo apt-get update && sudo apt-get install -y python3-dev python3-pip python3-venv
pip3 install hawkauthlib konfig pyramid pyramid_hawkauth requests simplejson unittest2 WebTest WSGIProxy2 poetry
pip3 install hawkauthlib konfig pyramid pyramid_hawkauth requests simplejson unittest2 WebTest WSGIProxy2 poetry poetry-plugin-export
# NOTE: Python3.12 requires `--break-system-packages`.
# This command is run on the cimg/rust image, which is running python 3.10
python3 -mvenv venv
. venv/bin/activate
poetry self add poetry-plugin-export
poetry install --with tokenserver-unit-tests,dev --no-interaction --no-ansi
rust-check:
steps:
Expand Down
1,682 changes: 986 additions & 696 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
requires-python = ">=3.9.2"

[tool.poetry]
package-mode = false
package-mode = false

[tool.poetry.dependencies]
cryptography = "^44.0.2"
Expand Down
673 changes: 446 additions & 227 deletions tools/hawk/poetry.lock

Large diffs are not rendered by default.

1,694 changes: 986 additions & 708 deletions tools/integration_tests/poetry.lock

Large diffs are not rendered by default.

103 changes: 54 additions & 49 deletions tools/postgres/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading