test: add invenio-app-rdm to test requirements

This commit is contained in:
David Eckhard
2022-01-05 13:32:39 +01:00
committed by Mojib Wali
parent dbfda0cc00
commit 0bb5885a95
3 changed files with 5 additions and 5 deletions

View File

@@ -6,13 +6,11 @@
# modify it under the terms of the MIT License; see LICENSE file for more
# details.
"""Routes for record-related pages provided by Invenio-App-RDM."""
from flask import render_template
from flask_login import login_required
from invenio_app_rdm.records_ui.views.decorators import (
pass_draft,
pass_draft_files,
)
from invenio_app_rdm.records_ui.views.decorators import pass_draft, pass_draft_files
from invenio_app_rdm.records_ui.views.deposits import (
get_form_config,
get_search_url,

View File

@@ -8,9 +8,10 @@
"""invenio module for TUGRAZ theme."""
from invenio_theme_tugraz.deposits import deposit_create, deposit_edit
from . import config
from .views import index
from invenio_theme_tugraz.deposits import deposit_create, deposit_edit
class InvenioThemeTugraz(object):

View File

@@ -18,6 +18,7 @@ history = open("CHANGES.rst").read()
tests_require = [
"pytest-invenio>=1.4.0",
"invenio-app>=1.3.0,<2.0.0",
"invenio-app-rdm>=7.0.1,<8.0.0",
]
# Should follow invenio-app-rdm