Skip to content

Commit

Permalink
fix(testing, build): Pinned deps for pluggy and sentry-sdk to work wi…
Browse files Browse the repository at this point in the history
…th v12.0.13
  • Loading branch information
monotasker committed Jan 20, 2025
1 parent 54da624 commit 8a7e158
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 84 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Install pipenv
run: |
python -m pip install --upgrade pip
pip install pipenv
pip install pipenv -vv
- name: Install python dependencies
run: pipenv install --dev
Expand Down
2 changes: 2 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ isbnlib = "*"
langdetect = "*"
numpy = "*"
pip = "*"
pluggy = {version = "<1.0,>=0.10.0"}
pytest-invenio = {version = "<3.0.0"}
python-dotenv = "*"
python-iso639 = "*"
Expand All @@ -61,6 +62,7 @@ uwsgitop = ">=0.11"
xmlsec = "<1.3.14"
kcworks = {file = "site", editable = true}
flask-iiif = "*"
sentry-sdk = "*"

[requires]
python_version = "3.9"
Expand Down
Loading

0 comments on commit 8a7e158

Please sign in to comment.