mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2026-08-21 18:52:49 +01:00
test: add invenio-app-rdm to test requirements
This commit is contained in:
committed by
Mojib Wali
parent
dbfda0cc00
commit
0bb5885a95
@@ -6,13 +6,11 @@
|
|||||||
# modify it under the terms of the MIT License; see LICENSE file for more
|
# modify it under the terms of the MIT License; see LICENSE file for more
|
||||||
# details.
|
# details.
|
||||||
|
|
||||||
|
"""Routes for record-related pages provided by Invenio-App-RDM."""
|
||||||
|
|
||||||
from flask import render_template
|
from flask import render_template
|
||||||
from flask_login import login_required
|
from flask_login import login_required
|
||||||
from invenio_app_rdm.records_ui.views.decorators import (
|
from invenio_app_rdm.records_ui.views.decorators import pass_draft, pass_draft_files
|
||||||
pass_draft,
|
|
||||||
pass_draft_files,
|
|
||||||
)
|
|
||||||
from invenio_app_rdm.records_ui.views.deposits import (
|
from invenio_app_rdm.records_ui.views.deposits import (
|
||||||
get_form_config,
|
get_form_config,
|
||||||
get_search_url,
|
get_search_url,
|
||||||
|
|||||||
@@ -8,9 +8,10 @@
|
|||||||
|
|
||||||
"""invenio module for TUGRAZ theme."""
|
"""invenio module for TUGRAZ theme."""
|
||||||
|
|
||||||
|
from invenio_theme_tugraz.deposits import deposit_create, deposit_edit
|
||||||
|
|
||||||
from . import config
|
from . import config
|
||||||
from .views import index
|
from .views import index
|
||||||
from invenio_theme_tugraz.deposits import deposit_create, deposit_edit
|
|
||||||
|
|
||||||
|
|
||||||
class InvenioThemeTugraz(object):
|
class InvenioThemeTugraz(object):
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ history = open("CHANGES.rst").read()
|
|||||||
tests_require = [
|
tests_require = [
|
||||||
"pytest-invenio>=1.4.0",
|
"pytest-invenio>=1.4.0",
|
||||||
"invenio-app>=1.3.0,<2.0.0",
|
"invenio-app>=1.3.0,<2.0.0",
|
||||||
|
"invenio-app-rdm>=7.0.1,<8.0.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
# Should follow invenio-app-rdm
|
# Should follow invenio-app-rdm
|
||||||
|
|||||||
Reference in New Issue
Block a user