[pre-commit.ci] pre-commit autoupdate #5
Annotations
10 errors and 1 warning
tests/test_shell_command.py#L83
test__is_venv_activated[-None--False]
assert False
+ where False = isinstance(<poetry.console.commands.shell.ShellCommand object at 0x107ecb0e0>, ShellCommand)
+ where <poetry.console.commands.shell.ShellCommand object at 0x107ecb0e0> = <cleo.testers.command_tester.CommandTester object at 0x107f46390>.command
|
tests/test_shell_command.py#L83
test__is_venv_activated[ -None--True]
assert False
+ where False = isinstance(<poetry.console.commands.shell.ShellCommand object at 0x103f084d0>, ShellCommand)
+ where <poetry.console.commands.shell.ShellCommand object at 0x103f084d0> = <cleo.testers.command_tester.CommandTester object at 0x103f926c0>.command
|
tests/test_shell_command.py#L83
test__is_venv_activated[foobar-None--True]
assert False
+ where False = isinstance(<poetry.console.commands.shell.ShellCommand object at 0x1033e3050>, ShellCommand)
+ where <poetry.console.commands.shell.ShellCommand object at 0x1033e3050> = <cleo.testers.command_tester.CommandTester object at 0x10343ac00>.command
|
tests/test_shell_command.py#L83
test__is_venv_activated[1-None--True]
assert False
+ where False = isinstance(<poetry.console.commands.shell.ShellCommand object at 0x10403d100>, ShellCommand)
+ where <poetry.console.commands.shell.ShellCommand object at 0x10403d100> = <cleo.testers.command_tester.CommandTester object at 0x10403ce60>.command
|
tests/test_shell_command.py#L83
test__is_venv_activated[None-foo-foo-False]
assert False
+ where False = isinstance(<poetry.console.commands.shell.ShellCommand object at 0x103792cf0>, ShellCommand)
+ where <poetry.console.commands.shell.ShellCommand object at 0x103792cf0> = <cleo.testers.command_tester.CommandTester object at 0x103793140>.command
|
tests/test_shell_command.py#L83
test__is_venv_activated[None-None-foobar-True]
assert False
+ where False = isinstance(<poetry.console.commands.shell.ShellCommand object at 0x1043649e0>, ShellCommand)
+ where <poetry.console.commands.shell.ShellCommand object at 0x1043649e0> = <cleo.testers.command_tester.CommandTester object at 0x104364980>.command
|
tests/test_shell_command.py#L47
test_shell_already_active
assert False
+ where False = isinstance(<poetry.console.commands.shell.ShellCommand object at 0x110266e10>, ShellCommand)
+ where <poetry.console.commands.shell.ShellCommand object at 0x110266e10> = <cleo.testers.command_tester.CommandTester object at 0x110266f30>.command
|
tests/test_shell_command.py#L83
test__is_venv_activated[None-foobar-foobar-True]
assert False
+ where False = isinstance(<poetry.console.commands.shell.ShellCommand object at 0x1037a6210>, ShellCommand)
+ where <poetry.console.commands.shell.ShellCommand object at 0x1037a6210> = <cleo.testers.command_tester.CommandTester object at 0x1037a61b0>.command
|
tests/test_shell_command.py#L83
test__is_venv_activated[None-None--False]
assert False
+ where False = isinstance(<poetry.console.commands.shell.ShellCommand object at 0x10435a4e0>, ShellCommand)
+ where <poetry.console.commands.shell.ShellCommand object at 0x10435a4e0> = <cleo.testers.command_tester.CommandTester object at 0x10435a540>.command
|
tests/test_shell_command.py#L83
test__is_venv_activated[None-foo-foobar-False]
assert False
+ where False = isinstance(<poetry.console.commands.shell.ShellCommand object at 0x110247a40>, ShellCommand)
+ where <poetry.console.commands.shell.ShellCommand object at 0x110247a40> = <cleo.testers.command_tester.CommandTester object at 0x110244cb0>.command
|
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