ADS Bibcode fix #140
Annotations
27 errors and 1 warning
Tests (3.11, pypi):
tests/test_idutils.py#L793
test_detect_schemes
NameError: name 'unicodedata' is not defined
|
Tests (3.11, pypi):
tests/test_idutils.py#L802
test_is_type
NameError: name 'unicodedata' is not defined
|
Tests (3.11, pypi):
tests/test_idutils.py#L817
test_idempotence
NameError: name 'unicodedata' is not defined
|
Tests (3.11, pypi):
tests/test_idutils.py#L844
test_valueerror
NameError: name 'unicodedata' is not defined
|
Tests (3.11, pypi):
idutils/normalizers.py#L1
isort-check
"""ID normalizer helper functions."""
import unicodedata
+
import isbnlib
from .proxies import custom_schemes_registry
|
Tests (3.11, pypi)
Process completed with exit code 1.
|
Tests (3.9, pypi)
The job was canceled because "_3_11_pypi" failed.
|
Tests (3.9, pypi):
tests/test_idutils.py#L793
test_detect_schemes
NameError: name 'unicodedata' is not defined
|
Tests (3.9, pypi):
tests/test_idutils.py#L802
test_is_type
NameError: name 'unicodedata' is not defined
|
Tests (3.9, pypi):
tests/test_idutils.py#L817
test_idempotence
NameError: name 'unicodedata' is not defined
|
Tests (3.9, pypi):
tests/test_idutils.py#L844
test_valueerror
NameError: name 'unicodedata' is not defined
|
Tests (3.9, pypi):
idutils/normalizers.py#L1
isort-check
"""ID normalizer helper functions."""
import unicodedata
+
import isbnlib
from .proxies import custom_schemes_registry
|
Tests (3.9, pypi)
The operation was canceled.
|
Tests (3.10, pypi)
The job was canceled because "_3_11_pypi" failed.
|
Tests (3.10, pypi):
tests/test_idutils.py#L793
test_detect_schemes
NameError: name 'unicodedata' is not defined
|
Tests (3.10, pypi):
tests/test_idutils.py#L802
test_is_type
NameError: name 'unicodedata' is not defined
|
Tests (3.10, pypi):
tests/test_idutils.py#L817
test_idempotence
NameError: name 'unicodedata' is not defined
|
Tests (3.10, pypi):
tests/test_idutils.py#L844
test_valueerror
NameError: name 'unicodedata' is not defined
|
Tests (3.10, pypi):
idutils/normalizers.py#L1
isort-check
"""ID normalizer helper functions."""
import unicodedata
+
import isbnlib
from .proxies import custom_schemes_registry
|
Tests (3.10, pypi)
The operation was canceled.
|
Tests (3.12, pypi)
The job was canceled because "_3_11_pypi" failed.
|
Tests (3.12, pypi):
tests/test_idutils.py#L793
test_detect_schemes
NameError: name 'unicodedata' is not defined. Did you forget to import 'unicodedata'
|
Tests (3.12, pypi):
tests/test_idutils.py#L802
test_is_type
NameError: name 'unicodedata' is not defined. Did you forget to import 'unicodedata'
|
Tests (3.12, pypi):
tests/test_idutils.py#L817
test_idempotence
NameError: name 'unicodedata' is not defined. Did you forget to import 'unicodedata'
|
Tests (3.12, pypi):
tests/test_idutils.py#L844
test_valueerror
NameError: name 'unicodedata' is not defined. Did you forget to import 'unicodedata'
|
Tests (3.12, pypi):
idutils/normalizers.py#L1
isort-check
"""ID normalizer helper functions."""
import unicodedata
+
import isbnlib
from .proxies import custom_schemes_registry
|
Tests (3.12, pypi)
The operation was canceled.
|
Tests (3.11, pypi)
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/
|