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 75b7fb3
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 20 deletions.
114 changes: 94 additions & 20 deletions poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ 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"

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

0 comments on commit 75b7fb3

Please sign in to comment.