Test Datasets #38
Annotations
4 errors and 3 warnings
test:
site/ic_data_repo/__init__.py#L1
mypy-status
mypy exited with status 1.
|
test:
test_data/create_test_data_records.py#L1
test_data/create_test_data_records.py
26: error: Skipping analyzing "flask_security.utils": module is installed, but missing library stubs or py.typed marker [import-untyped]
28: error: Skipping analyzing "invenio_rdm_records.fixtures.tasks": module is installed, but missing library stubs or py.typed marker [import-untyped]
28: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
29: error: Skipping analyzing "invenio_rdm_records.proxies": module is installed, but missing library stubs or py.typed marker [import-untyped]
|
test:
test_data/download_test_data.py#L1
test_data/download_test_data.py
48: error: Incompatible types in assignment (expression has type "BufferedWriter", variable has type "TextIOWrapper") [assignment]
49: error: Argument 1 to "write" of "TextIOBase" has incompatible type "bytes"; expected "str" [arg-type]
59: error: Incompatible types in assignment (expression has type "BufferedWriter", variable has type "TextIOWrapper") [assignment]
62: error: Argument 1 to "write" of "TextIOBase" has incompatible type "bytes"; expected "str" [arg-type]
|
test
Process completed with exit code 1.
|
qa
The following actions uses node12 which is deprecated and will be forced to run on node16: pre-commit/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
qa
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, pre-commit/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|