Skip to content

Commit

Permalink
Merge pull request #29 from oarepo/rdm_files_enabled_conf
Browse files Browse the repository at this point in the history
Rdm files enabled conf
  • Loading branch information
mesemus authored Jan 14, 2025
2 parents 592d51f + 815a5b7 commit c26b15b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion oarepo_model_builder_tests/templates/conftest.py.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ APP_CONFIG = {
"CACHE_DEFAULT_TIMEOUT": 300,
"RDM_PERSISTENT_IDENTIFIERS": {},
"RDM_USER_MODERATION_ENABLED": False,
"RDM_RECORDS_ALLOW_RESTRICTION_AFTER_GRACE_PERIOD": False
"RDM_RECORDS_ALLOW_RESTRICTION_AFTER_GRACE_PERIOD": False,
"RDM_ALLOW_METADATA_ONLY_RECORDS": True,
"RDM_DEFAULT_FILES_ENABLED": False,

}

@pytest.fixture
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = oarepo-model-builder-tests
version = 4.0.10
version = 4.0.11
description =
authors = Ronald Krist <[email protected]>
readme = README.md
Expand Down

0 comments on commit c26b15b

Please sign in to comment.