Initial commit. #44
Annotations
2 errors and 2 warnings
Tests (3.9, pypi, postgresql13, elasticsearch):
tests/conftest.py#L1
Black format check
--- /home/runner/work/rero-invenio-files/rero-invenio-files/tests/conftest.py 2024-04-11 11:50:37.415581+00:00
+++ /home/runner/work/rero-invenio-files/rero-invenio-files/tests/conftest.py 2024-04-11 11:52:11.405931+00:00
@@ -97,22 +97,22 @@
"F": "Fetch",
"R": "Remote",
}
app_config["FILES_REST_DEFAULT_STORAGE_CLASS"] = "L"
- app_config[
- "RECORDS_REFRESOLVER_CLS"
- ] = "invenio_records.resolver.InvenioRefResolver"
- app_config[
- "RECORDS_REFRESOLVER_STORE"
- ] = "invenio_jsonschemas.proxies.current_refresolver_store"
+ app_config["RECORDS_REFRESOLVER_CLS"] = (
+ "invenio_records.resolver.InvenioRefResolver"
+ )
+ app_config["RECORDS_REFRESOLVER_STORE"] = (
+ "invenio_jsonschemas.proxies.current_refresolver_store"
+ )
app_config["RERO_FILES_RECORD_SERVICE_CONFIG"] = MockRecordServiceConfig
app_config["RERO_FILES_RECORD_FILE_SERVICE_CONFIG"] = MockFileServiceConfig
- app_config[
- "PREVIEWER_RECORD_FILE_FACOTRY"
- ] = "rero_invenio_files.records.previewer.record_file_factory"
+ app_config["PREVIEWER_RECORD_FILE_FACOTRY"] = (
+ "rero_invenio_files.records.previewer.record_file_factory"
+ )
app_config["RECORDS_UI_ENDPOINTS"] = {
"recid_preview": dict(
pid_type="recid",
route="/records/<pid_value>/preview/<path:filename>",
|
Tests (3.9, pypi, postgresql13, elasticsearch)
Process completed with exit code 1.
|
Tests (3.9, pypi, postgresql13, elasticsearch)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Tests (3.9, pypi, postgresql13, elasticsearch)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|