Skip to content

Commit

Permalink
Limit pytest version to <8
Browse files Browse the repository at this point in the history
  • Loading branch information
cc-a committed Jan 15, 2025
1 parent 7caf8ca commit 0d07543
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 23 deletions.
3 changes: 3 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ mkdocs-gen-files = "*"
mkdocs-literate-nav = "*"
mkdocs-section-index = "*"
mkdocstrings-python = "*"
# Avoid pytest>=8 as dependency resolution is not giving a compatible version of pluggy
# Manifests as: https://github.com/pytest-dev/pytest/issues/12144
pytest = "<8"

[packages]
ic-data-repo = {editable=true, path="./site"}
Expand Down
47 changes: 24 additions & 23 deletions Pipfile.lock

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

0 comments on commit 0d07543

Please sign in to comment.