Add importlib_metadata #130
Annotations
20 errors and 1 warning
Tests (3.11, pypi):
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 (3.11, pypi):
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 (3.11, pypi):
tests/test_idutils.py#L817
test_to_url
AssertionError: assert '' == 'http://custo..._scheme_valid'
- http://custom/scheme/custom_scheme_valid
|
Tests (3.11, pypi):
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
|
Tests (3.11, pypi)
Process completed with exit code 1.
|
Tests (3.10, pypi)
The job was canceled because "_3_11_pypi" failed.
|
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#L788
test_detect_schemes
AssertionError: custom_scheme_valid
assert [] == ['custom_scheme']
Right contains one more item: 'custom_scheme'
Full diff:
- ['custom_scheme']
+ []
|
Tests (3.12, pypi):
tests/test_idutils.py#L811
test_idempotence
AssertionError: assert 'custom_scheme' in []
+ where [] = <function detect_identifier_schemes at 0x7ff33e2f7380>('custom_scheme_valid')
+ where <function detect_identifier_schemes at 0x7ff33e2f7380> = idutils.detect_identifier_schemes
|
Tests (3.12, pypi):
tests/test_idutils.py#L817
test_to_url
AssertionError: assert '' == 'http://custo..._scheme_valid'
- http://custom/scheme/custom_scheme_valid
|
Tests (3.12, pypi):
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
|
Tests (3.12, pypi)
The operation was canceled.
|
Tests (3.9, pypi)
The job was canceled because "_3_11_pypi" failed.
|
Tests (3.9, pypi):
tests/test_custom_scheme_registry.py#L23
test_custom_registry_singleton
TypeError: entry_points() got an unexpected keyword argument 'group'
|
Tests (3.9, pypi):
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 (3.9, pypi):
tests/test_idutils.py#L811
test_idempotence
AssertionError: assert 'custom_scheme' in []
+ where [] = <function detect_identifier_schemes at 0x7f4e431d79d0>('custom_scheme_valid')
+ where <function detect_identifier_schemes at 0x7f4e431d79d0> = idutils.detect_identifier_schemes
|
Tests (3.9, pypi):
tests/test_idutils.py#L817
test_to_url
AssertionError: assert '' == 'http://custo..._scheme_valid'
- http://custom/scheme/custom_scheme_valid
|
Tests (3.9, pypi):
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
|
Tests (3.9, 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/
|