Skip to content

Commit

Permalink
test: add invenio-app-rdm to test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
rekt-hard authored and mb-wali committed Jan 13, 2022
1 parent dbfda0c commit 0bb5885
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 2 additions & 4 deletions invenio_theme_tugraz/deposits.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
3 changes: 2 additions & 1 deletion invenio_theme_tugraz/ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
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
Expand Down

0 comments on commit 0bb5885

Please sign in to comment.