Skip to content

Commit

Permalink
tests: fix dependencies and security check
Browse files Browse the repository at this point in the history
* Fixes invenio-accounts dependency that causes dependency conflict for
invenio-celery and invenio-base.
* Removes useless security exception.
* Adds security exception due to a bug of a third party tools (pipenv).
* Add new `live_server_scope` options in pytest.ini due to the new 1.1.0 version of pytest-flask.

Co-Authored-by: Johnny Mariéthoz <johnny.mariethoz@rero.ch>
  • Loading branch information
jma committed Mar 10, 2020
1 parent 8806eec commit 2f96ab2
Show file tree
Hide file tree
Showing 4 changed files with 152 additions and 148 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ invenio-oaiharvester = {editable = true,ref = "v1.0.0a4",git = "https://github.c
invenio-circulation = {editable = true,git = "https://github.com/inveniosoftware/invenio-circulation.git",ref = "v1.0.0a16"}
invenio = {version = "~=3.1.0",extras = ["base", "postgresql", "auth", "elasticsearch6" ]}
dojson = ">=1.3.2"
invenio-accounts = "<=1.1.2"
# get rid of invenio-search-ui
invenio-indexer = ">=1.0.1,<1.1.0"
invenio-jsonschemas = ">=1.0.0,<1.1.0"
Expand Down

0 comments on commit 2f96ab2

Please sign in to comment.