WIP: stub generation #1216
Annotations
6 errors and 24 warnings
Python 3.8 / ubuntu-latest:
build/build/tests/test_functions.py#L360
test40_nb_signature
AssertionError: assert (('test_07(ar... int]', None)) == (('test_07(ar... int]', None))
At index 0 diff: ('test_07(arg0: int, arg1: int, /, *args, **kwargs) -> Tuple[int, int]', None) != ('test_07(arg0: int, arg1: int, /, *args, **kwargs) -> tuple[int, int]', None)
Full diff:
(
(
- 'test_07(arg0: int, arg1: int, /, *args, **kwargs) -> tuple[int, int]',
? ^
+ 'test_07(arg0: int, arg1: int, /, *args, **kwargs) -> Tuple[int, int]',
? ^
None,
),
(
- 'test_07(a: int, b: int, *myargs, **mykwargs) -> tuple[int, int]',
? ^
+ 'test_07(a: int, b: int, *myargs, **mykwargs) -> Tuple[int, int]',
? ^
None,
),
)
|
Python 3.8 / ubuntu-latest
Process completed with exit code 1.
|
Python 3.8 / macos-latest:
build/build/tests/test_functions.py#L360
test40_nb_signature
AssertionError: assert (('test_07(ar... int]', None)) == (('test_07(ar... int]', None))
At index 0 diff: ('test_07(arg0: int, arg1: int, /, *args, **kwargs) -> Tuple[int, int]', None) != ('test_07(arg0: int, arg1: int, /, *args, **kwargs) -> tuple[int, int]', None)
Full diff:
(
(
- 'test_07(arg0: int, arg1: int, /, *args, **kwargs) -> tuple[int, int]',
? ^
+ 'test_07(arg0: int, arg1: int, /, *args, **kwargs) -> Tuple[int, int]',
? ^
None,
),
(
- 'test_07(a: int, b: int, *myargs, **mykwargs) -> tuple[int, int]',
? ^
+ 'test_07(a: int, b: int, *myargs, **mykwargs) -> Tuple[int, int]',
? ^
None,
),
)
|
Python 3.8 / macos-latest
Process completed with exit code 1.
|
Python 3.8 / windows-2022:
build\build\tests\Debug\test_functions.py#L360
test40_nb_signature
AssertionError: assert (('test_07(ar... int]', None)) == (('test_07(ar... int]', None))
At index 0 diff: ('test_07(arg0: int, arg1: int, /, *args, **kwargs) -> Tuple[int, int]', None) != ('test_07(arg0: int, arg1: int, /, *args, **kwargs) -> tuple[int, int]', None)
Full diff:
(
(
- 'test_07(arg0: int, arg1: int, /, *args, **kwargs) -> tuple[int, int]',
? ^
+ 'test_07(arg0: int, arg1: int, /, *args, **kwargs) -> Tuple[int, int]',
? ^
None,
),
(
- 'test_07(a: int, b: int, *myargs, **mykwargs) -> tuple[int, int]',
? ^
+ 'test_07(a: int, b: int, *myargs, **mykwargs) -> Tuple[int, int]',
? ^
None,
),
)
|
Python 3.8 / windows-2022
Process completed with exit code 1.
|
Python 3.9 / ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Python 3.8 / ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Python pypy3.10-v7.3.12 / ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Python 3.11 / ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Python 3.10 / ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Python pypy3.9-v7.3.12 / ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Python 3.11 / macos-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Python 3.12 / ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Python 3.13.0-alpha.2 / ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Python 3.10 / macos-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Python 3.8 / macos-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Python 3.11 / windows-2022
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Python 3.8 / windows-2022
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Python 3.12 / macos-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Python pypy3.10-v7.3.12 / windows-2022
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Python 3.13.0-alpha.2 / windows-2022
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Python 3.12 / windows-2022
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Python 3.10 / windows-2022
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Python 3.9 / windows-2022
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Python 3.13.0-alpha.2 / macos-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Python pypy3.9-v7.3.12 / windows-2022
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Python 3.9 / macos-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Python pypy3.10-v7.3.12 / macos-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Python pypy3.9-v7.3.12 / macos-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|