feat: drop Python <3.8 #462
Annotations
4 errors and 1 warning
Test with pytest:
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',
+ }
|
Test with pytest:
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',
+ }
|
Test with pytest:
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',
+ }
|
Test with pytest
Process completed with exit code 1.
|
Setup uv
Using latest version of uv because no version is provided
|
Loading