Skip to content

Commit

Permalink
rdm conftest
Browse files Browse the repository at this point in the history
  • Loading branch information
Alzbeta Pokorna authored and Alzbeta Pokorna committed Dec 10, 2024
1 parent 3e561ed commit a2a0b88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions oarepo_model_builder_tests/templates/conftest.py.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ APP_CONFIG = {
# disable redis cache
"CACHE_TYPE": "SimpleCache", # Flask-Caching related configs
"CACHE_DEFAULT_TIMEOUT": 300,
"RDM_PERSISTENT_IDENTIFIERS": {},
"RDM_USER_MODERATION_ENABLED": True,
"RDM_RECORDS_ALLOW_RESTRICTION_AFTER_GRACE_PERIOD": 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.7
version = 4.0.8
description =
authors = Ronald Krist <[email protected]>
readme = README.md
Expand Down

0 comments on commit a2a0b88

Please sign in to comment.