feat: drop Python <3.8 #462
ci.yml
on: pull_request
Matrix: tests
Format
1m 17s
coverage
0s
Annotations
10 errors, 11 warnings, and 1 notice
Tests on 🐍 3.13 macos-13
Process completed with exit code 2.
|
E0606:
plumbum/colorlib/styles.py#L177
Possibly using variable 'number' before assignment
|
Format
Process completed with exit code 1.
|
Tests on 🐍 3.13 ubuntu-latest:
tests/tests/test_pipelines.py#L18
test_draining_stderr
assert {' warn(', '...project.toml'} == set()
Extra items in the left set:
' warn('
"/opt/hostedtoolcache/Python/3.13.0-beta.1/x64/lib/python3.13/site-packages/coverage/config.py:304: CoverageWarning: Unrecognized option '[tool.coverage.report] exclude_also=' in config file /home/runner/work/plumbum/plumbum/pyproject.toml"
Full diff:
- set()
+ {
+ ' warn(',
+ '/opt/hostedtoolcache/Python/3.13.0-beta.1/x64/lib/python3.13/site-packages/coverage/config.py:304: '
+ "CoverageWarning: Unrecognized option '[tool.coverage.report] "
+ "exclude_also=' in config file "
+ '/home/runner/work/plumbum/plumbum/pyproject.toml',
+ }
|
Tests on 🐍 3.13 ubuntu-latest:
tests/tests/test_pipelines.py#L31
test_draining_stderr_with_stderr_redirect
assert {' warn(', '...project.toml'} == set()
Extra items in the left set:
' warn('
"/opt/hostedtoolcache/Python/3.13.0-beta.1/x64/lib/python3.13/site-packages/coverage/config.py:304: CoverageWarning: Unrecognized option '[tool.coverage.report] exclude_also=' in config file /home/runner/work/plumbum/plumbum/pyproject.toml"
Full diff:
- set()
+ {
+ ' warn(',
+ '/opt/hostedtoolcache/Python/3.13.0-beta.1/x64/lib/python3.13/site-packages/coverage/config.py:304: '
+ "CoverageWarning: Unrecognized option '[tool.coverage.report] "
+ "exclude_also=' in config file "
+ '/home/runner/work/plumbum/plumbum/pyproject.toml',
+ }
|
Tests on 🐍 3.13 ubuntu-latest:
tests/tests/test_pipelines.py#L44
test_draining_stderr_with_stdout_redirect
assert {' warn(', '...project.toml'} == set()
Extra items in the left set:
' warn('
"/opt/hostedtoolcache/Python/3.13.0-beta.1/x64/lib/python3.13/site-packages/coverage/config.py:304: CoverageWarning: Unrecognized option '[tool.coverage.report] exclude_also=' in config file /home/runner/work/plumbum/plumbum/pyproject.toml"
Full diff:
- set()
+ {
+ ' warn(',
+ '/opt/hostedtoolcache/Python/3.13.0-beta.1/x64/lib/python3.13/site-packages/coverage/config.py:304: '
+ "CoverageWarning: Unrecognized option '[tool.coverage.report] "
+ "exclude_also=' in config file "
+ '/home/runner/work/plumbum/plumbum/pyproject.toml',
+ }
|
Tests on 🐍 3.13 ubuntu-latest
Process completed with exit code 1.
|
Tests on 🐍 3.8 macos-13
Process completed with exit code 1.
|
Tests on 🐍 pypy-3.10 ubuntu-latest:
tests/tests/test_remote.py#L308
TestParamikoMachine.test_basic
plumbum.machines.session.ShellSessionError: Each shell may start only one process at a time
|
Tests on 🐍 pypy-3.10 ubuntu-latest
Process completed with exit code 1.
|
Tests on 🐍 3.11 windows-latest
Using latest version of uv because no version is provided
|
Tests on 🐍 3.13 macos-13
Using latest version of uv because no version is provided
|
Tests on 🐍 3.8 windows-latest
Using latest version of uv because no version is provided
|
Tests on 🐍 3.11 ubuntu-latest
Using latest version of uv because no version is provided
|
Tests on 🐍 3.9 ubuntu-latest
Using latest version of uv because no version is provided
|
Tests on 🐍 3.8 ubuntu-latest
Using latest version of uv because no version is provided
|
Tests on 🐍 3.13 ubuntu-latest
Using latest version of uv because no version is provided
|
Tests on 🐍 3.8 macos-13
Using latest version of uv because no version is provided
|
Tests on 🐍 3.11 macos-13
Using latest version of uv because no version is provided
|
Tests on 🐍 pypy-3.10 ubuntu-latest
Using latest version of uv because no version is provided
|
Tests on 🐍 pypy-3.8 ubuntu-latest
Using latest version of uv because no version is provided
|
R1711:
plumbum/colorlib/styles.py#L604
Useless return at end of function or method
|