ADS Bibcode fix #140
Annotations
6 errors and 1 warning
Run tests:
tests/test_idutils.py#L793
test_detect_schemes
NameError: name 'unicodedata' is not defined
|
Run tests:
tests/test_idutils.py#L802
test_is_type
NameError: name 'unicodedata' is not defined
|
Run tests:
tests/test_idutils.py#L817
test_idempotence
NameError: name 'unicodedata' is not defined
|
Run tests:
tests/test_idutils.py#L844
test_valueerror
NameError: name 'unicodedata' is not defined
|
Run tests:
idutils/normalizers.py#L1
isort-check
"""ID normalizer helper functions."""
import unicodedata
+
import isbnlib
from .proxies import custom_schemes_registry
|
Run tests
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading