Add importlib_metadata #130
Annotations
5 errors and 1 warning
tests/test_idutils.py#L788
test_detect_schemes
AssertionError: custom_scheme_valid
assert [] == ['custom_scheme']
Right contains one more item: 'custom_scheme'
Full diff:
- ['custom_scheme']
+ []
|
tests/test_idutils.py#L811
test_idempotence
AssertionError: assert 'custom_scheme' in []
+ where [] = <function detect_identifier_schemes at 0x7f89db3d18a0>('custom_scheme_valid')
+ where <function detect_identifier_schemes at 0x7f89db3d18a0> = idutils.detect_identifier_schemes
|
tests/test_idutils.py#L817
test_to_url
AssertionError: assert '' == 'http://custo..._scheme_valid'
- http://custom/scheme/custom_scheme_valid
|
idutils/ext.py#L1
isort-check
Note: You can only add new schemes but not override existing ones.
"""
+from importlib.metadata import entry_points
from threading import Lock
-
-from importlib.metadata import entry_points
from .schemes import IDUTILS_PID_SCHEMES
|
|
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/
|
The logs for this run have expired and are no longer available.
Loading