Remove Python 3.8 #12
Annotations
3 errors and 1 warning
Run pytest:
tests/test_shell_command.py#L88
test__is_venv_activated[None-None--False]
assert True is False
+ where True = _is_venv_activated()
+ where _is_venv_activated = <poetry_plugin_shell.command.ShellCommand object at 0x7fb62ca275f0>._is_venv_activated
+ where <poetry_plugin_shell.command.ShellCommand object at 0x7fb62ca275f0> = <cleo.testers.command_tester.CommandTester object at 0x7fb62ca27050>.command
|
Run pytest:
tests/test_shell_command.py#L88
test__is_venv_activated[None-foo-foobar-False]
assert True is False
+ where True = _is_venv_activated()
+ where _is_venv_activated = <poetry_plugin_shell.command.ShellCommand object at 0x7f06c9ae6c90>._is_venv_activated
+ where <poetry_plugin_shell.command.ShellCommand object at 0x7f06c9ae6c90> = <cleo.testers.command_tester.CommandTester object at 0x7f06c9ae6ea0>.command
|
Run pytest
Process completed with exit code 1.
|
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/
|
Loading