Skip to content

Commit

Permalink
tests: fix pytest-invenio>1.4.11
Browse files Browse the repository at this point in the history
The new 1.4.12 version of pytest-invenio is not `poetry` friendly. See:
inveniosoftware/pytest-invenio#83 for more
details.

Co-Authored-by: Johnny Mariéthoz <[email protected]>
  • Loading branch information
jma committed Aug 8, 2022
1 parent 2b4162c commit 1f05487
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 23 deletions.
53 changes: 30 additions & 23 deletions poetry.lock

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

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ markupsafe = "<2.1.0"
poethepoet = "^0.12.3"
jedi = "<0.18.0"
flask-wiki = {git = "https://github.com/rero/flask-wiki.git", rev = "v0.2.1"}
pytest-invenio = ">=1.4.0,<1.4.12"
# to avoid conflict for urllib3
sentry-sdk = "<1.6.1"

[tool.poetry.dev-dependencies]
## Python packages development dependencies (order matters)
Expand Down

0 comments on commit 1f05487

Please sign in to comment.