[PoC] extract build logic from the Command class #1252
tests.yaml
on: pull_request
Annotations
201 errors and 2 warnings
macOS aarch64 (Python 3.11) / pytest:
tests/console/commands/test_build.py#L99
test_build_with_clean[True]
ValueError: Invalid build format: None
|
macOS aarch64 (Python 3.11) / pytest:
tests/console/commands/test_build.py#L99
test_build_with_clean[False]
ValueError: Invalid build format: None
|
macOS aarch64 (Python 3.11) / pytest:
tests/console/commands/test_build.py#L186
test_build_output_option[../dist]
ValueError: Invalid build format: None
|
macOS aarch64 (Python 3.11) / pytest:
tests/console/commands/test_build.py#L81
test_build_with_local_version_label
ValueError: Invalid build format: None
|
macOS aarch64 (Python 3.11) / pytest:
tests/console/commands/test_build.py#L114
test_build_with_clean_non_existing_output
ValueError: Invalid build format: None
|
macOS aarch64 (Python 3.11) / pytest:
tests/console/commands/test_build.py#L213
test_build_relative_directory_src_layout
FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/84/5079cppj57s0lzywhyzcxkjc0000gn/T/pytest-of-runner/pytest-0/popen-gw0/test_build_relative_directory_0/project/dist'
|
macOS aarch64 (Python 3.11) / pytest:
tests/console/commands/test_build.py#L59
test_build_format_is_not_valid
AssertionError: Regex pattern did not match.
Regex: 'Invalid format.*'
Input: 'Invalid build format: not_valid'
|
macOS aarch64 (Python 3.11) / pytest:
tests/console/commands/test_build.py#L186
test_build_output_option[dist]
ValueError: Invalid build format: None
|
macOS aarch64 (Python 3.11) / pytest:
tests/console/commands/test_build.py#L186
test_build_output_option[test/dir]
ValueError: Invalid build format: None
|
macOS aarch64 (Python 3.11) / pytest:
tests/console/commands/test_build.py#L183
test_build_output_option[absolute]
ValueError: Invalid build format: None
|
Ubuntu (Python 3.11) / pytest:
tests/console/commands/test_build.py#L81
test_build_with_local_version_label
ValueError: Invalid build format: None
|
Ubuntu (Python 3.11) / pytest:
tests/console/commands/test_build.py#L180
test_build_output_option[None]
ValueError: Invalid build format: None
|
Ubuntu (Python 3.11) / pytest:
tests/console/commands/test_build.py#L114
test_build_with_clean_non_existing_output
ValueError: Invalid build format: None
|
Ubuntu (Python 3.11) / pytest:
tests/console/commands/test_build.py#L186
test_build_output_option[dist]
ValueError: Invalid build format: None
|
Ubuntu (Python 3.11) / pytest:
tests/console/commands/test_build.py#L99
test_build_with_clean[False]
ValueError: Invalid build format: None
|
Ubuntu (Python 3.11) / pytest:
tests/console/commands/test_build.py#L99
test_build_with_clean[True]
ValueError: Invalid build format: None
|
Ubuntu (Python 3.11) / pytest:
tests/console/commands/test_build.py#L149
test_build_with_multiple_readme_files
ValueError: Invalid build format: None
|
Ubuntu (Python 3.11) / pytest:
tests/console/commands/test_build.py#L186
test_build_output_option[../dist]
ValueError: Invalid build format: None
|
Ubuntu (Python 3.11) / pytest:
tests/console/commands/test_build.py#L186
test_build_output_option[test/dir]
ValueError: Invalid build format: None
|
Ubuntu (Python 3.11) / pytest:
tests/console/commands/test_build.py#L213
test_build_relative_directory_src_layout
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pytest-of-runner/pytest-0/popen-gw2/test_build_relative_directory_0/project/dist'
|
Ubuntu (Python 3.12) / pytest:
tests/console/commands/test_build.py#L180
test_build_output_option[None]
ValueError: Invalid build format: None
|
Ubuntu (Python 3.12) / pytest:
tests/console/commands/test_build.py#L99
test_build_with_clean[False]
ValueError: Invalid build format: None
|
Ubuntu (Python 3.12) / pytest:
tests/console/commands/test_build.py#L81
test_build_with_local_version_label
ValueError: Invalid build format: None
|
Ubuntu (Python 3.12) / pytest:
tests/console/commands/test_build.py#L114
test_build_with_clean_non_existing_output
ValueError: Invalid build format: None
|
Ubuntu (Python 3.12) / pytest:
tests/console/commands/test_build.py#L183
test_build_output_option[absolute]
ValueError: Invalid build format: None
|
Ubuntu (Python 3.12) / pytest:
tests/console/commands/test_build.py#L213
test_build_relative_directory_src_layout
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pytest-of-runner/pytest-0/popen-gw0/test_build_relative_directory_0/project/dist'
|
Ubuntu (Python 3.12) / pytest:
tests/console/commands/test_build.py#L59
test_build_format_is_not_valid
AssertionError: Regex pattern did not match.
Regex: 'Invalid format.*'
Input: 'Invalid build format: not_valid'
|
Ubuntu (Python 3.12) / pytest:
tests/console/commands/test_build.py#L186
test_build_output_option[dist]
ValueError: Invalid build format: None
|
Ubuntu (Python 3.12) / pytest:
tests/console/commands/test_build.py#L186
test_build_output_option[test/dir]
ValueError: Invalid build format: None
|
Ubuntu (Python 3.12) / pytest:
tests/console/commands/test_build.py#L186
test_build_output_option[../dist]
ValueError: Invalid build format: None
|
macOS aarch64 (Python 3.10) / pytest:
tests/console/commands/test_build.py#L114
test_build_with_clean_non_existing_output
ValueError: Invalid build format: None
|
macOS aarch64 (Python 3.10) / pytest:
tests/console/commands/test_build.py#L186
test_build_output_option[../dist]
ValueError: Invalid build format: None
|
macOS aarch64 (Python 3.10) / pytest:
tests/console/commands/test_build.py#L213
test_build_relative_directory_src_layout
FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/84/5079cppj57s0lzywhyzcxkjc0000gn/T/pytest-of-runner/pytest-0/popen-gw0/test_build_relative_directory_0/project/dist'
|
macOS aarch64 (Python 3.10) / pytest:
tests/console/commands/test_build.py#L99
test_build_with_clean[False]
ValueError: Invalid build format: None
|
macOS aarch64 (Python 3.10) / pytest:
tests/console/commands/test_build.py#L186
test_build_output_option[test/dir]
ValueError: Invalid build format: None
|
macOS aarch64 (Python 3.10) / pytest:
tests/console/commands/test_build.py#L183
test_build_output_option[absolute]
ValueError: Invalid build format: None
|
macOS aarch64 (Python 3.10) / pytest:
tests/console/commands/test_build.py#L186
test_build_output_option[dist]
ValueError: Invalid build format: None
|
macOS aarch64 (Python 3.10) / pytest:
tests/console/commands/test_build.py#L81
test_build_with_local_version_label
ValueError: Invalid build format: None
|
macOS aarch64 (Python 3.10) / pytest:
tests/console/commands/test_build.py#L180
test_build_output_option[None]
ValueError: Invalid build format: None
|
macOS aarch64 (Python 3.10) / pytest:
tests/console/commands/test_build.py#L149
test_build_with_multiple_readme_files
ValueError: Invalid build format: None
|
Ubuntu (Python 3.9) / pytest:
tests/console/commands/test_build.py#L180
test_build_output_option[None]
ValueError: Invalid build format: None
|
Ubuntu (Python 3.9) / pytest:
tests/console/commands/test_build.py#L114
test_build_with_clean_non_existing_output
ValueError: Invalid build format: None
|
Ubuntu (Python 3.9) / pytest:
tests/console/commands/test_build.py#L183
test_build_output_option[absolute]
ValueError: Invalid build format: None
|
Ubuntu (Python 3.9) / pytest:
tests/console/commands/test_build.py#L213
test_build_relative_directory_src_layout
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pytest-of-runner/pytest-0/popen-gw1/test_build_relative_directory_0/project/dist'
|
Ubuntu (Python 3.9) / pytest:
tests/console/commands/test_build.py#L186
test_build_output_option[../dist]
ValueError: Invalid build format: None
|
Ubuntu (Python 3.9) / pytest:
tests/console/commands/test_build.py#L186
test_build_output_option[test/dir]
ValueError: Invalid build format: None
|
Ubuntu (Python 3.9) / pytest:
tests/console/commands/test_build.py#L186
test_build_output_option[dist]
ValueError: Invalid build format: None
|
Ubuntu (Python 3.9) / pytest:
tests/console/commands/test_build.py#L99
test_build_with_clean[False]
ValueError: Invalid build format: None
|
Ubuntu (Python 3.9) / pytest:
tests/console/commands/test_build.py#L149
test_build_with_multiple_readme_files
ValueError: Invalid build format: None
|
Ubuntu (Python 3.9) / pytest:
tests/console/commands/test_build.py#L81
test_build_with_local_version_label
ValueError: Invalid build format: None
|
Ubuntu (Python 3.13) / pytest:
tests/console/commands/test_build.py#L99
test_build_with_clean[True]
ValueError: Invalid build format: None
|
Ubuntu (Python 3.13) / pytest:
tests/console/commands/test_build.py#L213
test_build_relative_directory_src_layout
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pytest-of-runner/pytest-0/popen-gw3/test_build_relative_directory_0/project/dist'
|
Ubuntu (Python 3.13) / pytest:
tests/console/commands/test_build.py#L59
test_build_format_is_not_valid
AssertionError: Regex pattern did not match.
Regex: 'Invalid format.*'
Input: 'Invalid build format: not_valid'
|
Ubuntu (Python 3.13) / pytest:
tests/console/commands/test_build.py#L180
test_build_output_option[None]
ValueError: Invalid build format: None
|
Ubuntu (Python 3.13) / pytest:
tests/console/commands/test_build.py#L149
test_build_with_multiple_readme_files
ValueError: Invalid build format: None
|
Ubuntu (Python 3.13) / pytest:
tests/console/commands/test_build.py#L186
test_build_output_option[../dist]
ValueError: Invalid build format: None
|
Ubuntu (Python 3.13) / pytest:
tests/console/commands/test_build.py#L186
test_build_output_option[test/dir]
ValueError: Invalid build format: None
|
Ubuntu (Python 3.13) / pytest:
tests/console/commands/test_build.py#L186
test_build_output_option[dist]
ValueError: Invalid build format: None
|
Ubuntu (Python 3.13) / pytest:
tests/console/commands/test_build.py#L114
test_build_with_clean_non_existing_output
ValueError: Invalid build format: None
|
Ubuntu (Python 3.13) / pytest:
tests/console/commands/test_build.py#L81
test_build_with_local_version_label
ValueError: Invalid build format: None
|
Ubuntu (Python 3.10) / pytest:
tests/console/commands/test_build.py#L186
test_build_output_option[dist]
ValueError: Invalid build format: None
|
Ubuntu (Python 3.10) / pytest:
tests/console/commands/test_build.py#L180
test_build_output_option[None]
ValueError: Invalid build format: None
|
Ubuntu (Python 3.10) / pytest:
tests/console/commands/test_build.py#L99
test_build_with_clean[False]
ValueError: Invalid build format: None
|
Ubuntu (Python 3.10) / pytest:
tests/console/commands/test_build.py#L99
test_build_with_clean[True]
ValueError: Invalid build format: None
|
Ubuntu (Python 3.10) / pytest:
tests/console/commands/test_build.py#L213
test_build_relative_directory_src_layout
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pytest-of-runner/pytest-0/popen-gw2/test_build_relative_directory_0/project/dist'
|
Ubuntu (Python 3.10) / pytest:
tests/console/commands/test_build.py#L183
test_build_output_option[absolute]
ValueError: Invalid build format: None
|
Ubuntu (Python 3.10) / pytest:
tests/console/commands/test_build.py#L59
test_build_format_is_not_valid
AssertionError: Regex pattern did not match.
Regex: 'Invalid format.*'
Input: 'Invalid build format: not_valid'
|
Ubuntu (Python 3.10) / pytest:
tests/console/commands/test_build.py#L81
test_build_with_local_version_label
ValueError: Invalid build format: None
|
Ubuntu (Python 3.10) / pytest:
tests/console/commands/test_build.py#L114
test_build_with_clean_non_existing_output
ValueError: Invalid build format: None
|
Ubuntu (Python 3.10) / pytest:
tests/console/commands/test_build.py#L149
test_build_with_multiple_readme_files
ValueError: Invalid build format: None
|
macOS aarch64 (Python 3.12) / pytest:
tests/console/commands/test_build.py#L114
test_build_with_clean_non_existing_output
ValueError: Invalid build format: None
|
macOS aarch64 (Python 3.12) / pytest:
tests/console/commands/test_build.py#L59
test_build_format_is_not_valid
AssertionError: Regex pattern did not match.
Regex: 'Invalid format.*'
Input: 'Invalid build format: not_valid'
|
macOS aarch64 (Python 3.12) / pytest:
tests/console/commands/test_build.py#L81
test_build_with_local_version_label
ValueError: Invalid build format: None
|
macOS aarch64 (Python 3.12) / pytest:
tests/console/commands/test_build.py#L186
test_build_output_option[dist]
ValueError: Invalid build format: None
|
macOS aarch64 (Python 3.12) / pytest:
tests/console/commands/test_build.py#L180
test_build_output_option[None]
ValueError: Invalid build format: None
|
macOS aarch64 (Python 3.12) / pytest:
tests/console/commands/test_build.py#L213
test_build_relative_directory_src_layout
FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/84/5079cppj57s0lzywhyzcxkjc0000gn/T/pytest-of-runner/pytest-0/popen-gw1/test_build_relative_directory_0/project/dist'
|
macOS aarch64 (Python 3.12) / pytest:
tests/console/commands/test_build.py#L149
test_build_with_multiple_readme_files
ValueError: Invalid build format: None
|
macOS aarch64 (Python 3.12) / pytest:
tests/console/commands/test_build.py#L186
test_build_output_option[../dist]
ValueError: Invalid build format: None
|
macOS aarch64 (Python 3.12) / pytest:
tests/console/commands/test_build.py#L99
test_build_with_clean[False]
ValueError: Invalid build format: None
|
macOS aarch64 (Python 3.12) / pytest:
tests/console/commands/test_build.py#L99
test_build_with_clean[True]
ValueError: Invalid build format: None
|
Windows (Python 3.9) / pytest:
tests\console\commands\test_build.py#L186
test_build_output_option[../dist]
ValueError: Invalid build format: None
|
Windows (Python 3.9) / pytest:
tests\console\commands\test_build.py#L99
test_build_with_clean[False]
ValueError: Invalid build format: None
|
Windows (Python 3.9) / pytest:
tests\console\commands\test_build.py#L186
test_build_output_option[dist]
ValueError: Invalid build format: None
|
Windows (Python 3.9) / pytest:
tests\console\commands\test_build.py#L81
test_build_with_local_version_label
ValueError: Invalid build format: None
|
Windows (Python 3.9) / pytest:
tests\console\commands\test_build.py#L60
test_build_format_is_not_valid
AssertionError: Regex pattern did not match.
Regex: 'Invalid format.*'
Input: 'Invalid build format: not_valid'
|
Windows (Python 3.9) / pytest:
tests\console\commands\test_build.py#L114
test_build_with_clean_non_existing_output
ValueError: Invalid build format: None
|
Windows (Python 3.9) / pytest:
tests\console\commands\test_build.py#L149
test_build_with_multiple_readme_files
ValueError: Invalid build format: None
|
Windows (Python 3.9) / pytest:
tests\console\commands\test_build.py#L180
test_build_output_option[None]
ValueError: Invalid build format: None
|
Windows (Python 3.9) / pytest:
tests\console\commands\test_build.py#L213
test_build_relative_directory_src_layout
FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pytest-of-runneradmin\\pytest-0\\popen-gw2\\test_build_relative_directory_0\\project\\dist'
|
Windows (Python 3.9) / pytest:
tests\console\commands\test_build.py#L183
test_build_output_option[absolute]
ValueError: Invalid build format: None
|
macOS aarch64 (Python 3.13) / pytest:
tests/console/commands/test_build.py#L99
test_build_with_clean[True]
ValueError: Invalid build format: None
|
macOS aarch64 (Python 3.13) / pytest:
tests/console/commands/test_build.py#L186
test_build_output_option[../dist]
ValueError: Invalid build format: None
|
macOS aarch64 (Python 3.13) / pytest:
tests/console/commands/test_build.py#L186
test_build_output_option[dist]
ValueError: Invalid build format: None
|
macOS aarch64 (Python 3.13) / pytest:
tests/console/commands/test_build.py#L81
test_build_with_local_version_label
ValueError: Invalid build format: None
|
macOS aarch64 (Python 3.13) / pytest:
tests/console/commands/test_build.py#L183
test_build_output_option[absolute]
ValueError: Invalid build format: None
|
macOS aarch64 (Python 3.13) / pytest:
tests/console/commands/test_build.py#L114
test_build_with_clean_non_existing_output
ValueError: Invalid build format: None
|
macOS aarch64 (Python 3.13) / pytest:
tests/console/commands/test_build.py#L180
test_build_output_option[None]
ValueError: Invalid build format: None
|
macOS aarch64 (Python 3.13) / pytest:
tests/console/commands/test_build.py#L99
test_build_with_clean[False]
ValueError: Invalid build format: None
|
macOS aarch64 (Python 3.13) / pytest:
tests/console/commands/test_build.py#L59
test_build_format_is_not_valid
AssertionError: Regex pattern did not match.
Regex: 'Invalid format.*'
Input: 'Invalid build format: not_valid'
|
macOS aarch64 (Python 3.13) / pytest:
tests/console/commands/test_build.py#L213
test_build_relative_directory_src_layout
FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/84/5079cppj57s0lzywhyzcxkjc0000gn/T/pytest-of-runner/pytest-0/popen-gw1/test_build_relative_directory_0/project/dist'
|
Windows (Python 3.11) / pytest:
tests\console\commands\test_build.py#L186
test_build_output_option[../dist]
ValueError: Invalid build format: None
|
Windows (Python 3.11) / pytest:
tests\console\commands\test_build.py#L114
test_build_with_clean_non_existing_output
ValueError: Invalid build format: None
|
Windows (Python 3.11) / pytest:
tests\console\commands\test_build.py#L81
test_build_with_local_version_label
ValueError: Invalid build format: None
|
Windows (Python 3.11) / pytest:
tests\console\commands\test_build.py#L99
test_build_with_clean[False]
ValueError: Invalid build format: None
|
Windows (Python 3.11) / pytest:
tests\console\commands\test_build.py#L149
test_build_with_multiple_readme_files
ValueError: Invalid build format: None
|
Windows (Python 3.11) / pytest:
tests\console\commands\test_build.py#L213
test_build_relative_directory_src_layout
FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pytest-of-runneradmin\\pytest-0\\popen-gw2\\test_build_relative_directory_0\\project\\dist'
|
Windows (Python 3.11) / pytest:
tests\console\commands\test_build.py#L183
test_build_output_option[absolute]
ValueError: Invalid build format: None
|
Windows (Python 3.11) / pytest:
tests\console\commands\test_build.py#L186
test_build_output_option[dist]
ValueError: Invalid build format: None
|
Windows (Python 3.11) / pytest:
tests\console\commands\test_build.py#L186
test_build_output_option[test/dir]
ValueError: Invalid build format: None
|
Windows (Python 3.11) / pytest:
tests\console\commands\test_build.py#L59
test_build_format_is_not_valid
AssertionError: Regex pattern did not match.
Regex: 'Invalid format.*'
Input: 'Invalid build format: not_valid'
|
Windows (Python 3.10) / pytest:
tests\console\commands\test_build.py#L99
test_build_with_clean[True]
ValueError: Invalid build format: None
|
Windows (Python 3.10) / pytest:
tests\console\commands\test_build.py#L59
test_build_format_is_not_valid
AssertionError: Regex pattern did not match.
Regex: 'Invalid format.*'
Input: 'Invalid build format: not_valid'
|
Windows (Python 3.10) / pytest:
tests\console\commands\test_build.py#L183
test_build_output_option[absolute]
ValueError: Invalid build format: None
|
Windows (Python 3.10) / pytest:
tests\console\commands\test_build.py#L149
test_build_with_multiple_readme_files
ValueError: Invalid build format: None
|
Windows (Python 3.10) / pytest:
tests\console\commands\test_build.py#L186
test_build_output_option[test/dir]
ValueError: Invalid build format: None
|
Windows (Python 3.10) / pytest:
tests\console\commands\test_build.py#L180
test_build_output_option[None]
ValueError: Invalid build format: None
|
Windows (Python 3.10) / pytest:
tests\console\commands\test_build.py#L99
test_build_with_clean[False]
ValueError: Invalid build format: None
|
Windows (Python 3.10) / pytest:
tests\console\commands\test_build.py#L186
test_build_output_option[dist]
ValueError: Invalid build format: None
|
Windows (Python 3.10) / pytest:
tests\console\commands\test_build.py#L213
test_build_relative_directory_src_layout
FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pytest-of-runneradmin\\pytest-0\\popen-gw0\\test_build_relative_directory_0\\project\\dist'
|
Windows (Python 3.10) / pytest:
tests\console\commands\test_build.py#L186
test_build_output_option[../dist]
ValueError: Invalid build format: None
|
Windows (Python 3.12) / pytest:
tests\console\commands\test_build.py#L183
test_build_output_option[absolute]
ValueError: Invalid build format: None
|
Windows (Python 3.12) / pytest:
tests\console\commands\test_build.py#L81
test_build_with_local_version_label
ValueError: Invalid build format: None
|
Windows (Python 3.12) / pytest:
tests\console\commands\test_build.py#L213
test_build_relative_directory_src_layout
FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pytest-of-runneradmin\\pytest-0\\popen-gw1\\test_build_relative_directory_0\\project\\dist'
|
Windows (Python 3.12) / pytest:
tests\console\commands\test_build.py#L99
test_build_with_clean[True]
ValueError: Invalid build format: None
|
Windows (Python 3.12) / pytest:
tests\console\commands\test_build.py#L186
test_build_output_option[dist]
ValueError: Invalid build format: None
|
Windows (Python 3.12) / pytest:
tests\console\commands\test_build.py#L99
test_build_with_clean[False]
ValueError: Invalid build format: None
|
Windows (Python 3.12) / pytest:
tests\console\commands\test_build.py#L114
test_build_with_clean_non_existing_output
ValueError: Invalid build format: None
|
Windows (Python 3.12) / pytest:
tests\console\commands\test_build.py#L180
test_build_output_option[None]
ValueError: Invalid build format: None
|
Windows (Python 3.12) / pytest:
tests\console\commands\test_build.py#L186
test_build_output_option[../dist]
ValueError: Invalid build format: None
|
Windows (Python 3.12) / pytest:
tests\console\commands\test_build.py#L59
test_build_format_is_not_valid
AssertionError: Regex pattern did not match.
Regex: 'Invalid format.*'
Input: 'Invalid build format: not_valid'
|
macOS aarch64 (Python 3.9) / pytest:
tests/console/commands/test_build.py#L60
test_build_format_is_not_valid
AssertionError: Regex pattern did not match.
Regex: 'Invalid format.*'
Input: 'Invalid build format: not_valid'
|
macOS aarch64 (Python 3.9) / pytest:
tests/console/commands/test_build.py#L186
test_build_output_option[test/dir]
ValueError: Invalid build format: None
|
macOS aarch64 (Python 3.9) / pytest:
tests/console/commands/test_build.py#L186
test_build_output_option[../dist]
ValueError: Invalid build format: None
|
macOS aarch64 (Python 3.9) / pytest:
tests/console/commands/test_build.py#L99
test_build_with_clean[True]
ValueError: Invalid build format: None
|
macOS aarch64 (Python 3.9) / pytest:
tests/console/commands/test_build.py#L183
test_build_output_option[absolute]
ValueError: Invalid build format: None
|
macOS aarch64 (Python 3.9) / pytest:
tests/console/commands/test_build.py#L186
test_build_output_option[dist]
ValueError: Invalid build format: None
|
macOS aarch64 (Python 3.9) / pytest:
tests/console/commands/test_build.py#L81
test_build_with_local_version_label
ValueError: Invalid build format: None
|
macOS aarch64 (Python 3.9) / pytest:
tests/console/commands/test_build.py#L99
test_build_with_clean[False]
ValueError: Invalid build format: None
|
macOS aarch64 (Python 3.9) / pytest:
tests/console/commands/test_build.py#L213
test_build_relative_directory_src_layout
FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/84/5079cppj57s0lzywhyzcxkjc0000gn/T/pytest-of-runner/pytest-0/popen-gw2/test_build_relative_directory_0/project/dist'
|
macOS aarch64 (Python 3.9) / pytest:
tests/console/commands/test_build.py#L114
test_build_with_clean_non_existing_output
ValueError: Invalid build format: None
|
Windows (Python 3.13) / pytest:
tests\console\commands\test_build.py#L149
test_build_with_multiple_readme_files
ValueError: Invalid build format: None
|
Windows (Python 3.13) / pytest:
tests\console\commands\test_build.py#L186
test_build_output_option[../dist]
ValueError: Invalid build format: None
|
Windows (Python 3.13) / pytest:
tests\console\commands\test_build.py#L59
test_build_format_is_not_valid
AssertionError: Regex pattern did not match.
Regex: 'Invalid format.*'
Input: 'Invalid build format: not_valid'
|
Windows (Python 3.13) / pytest:
tests\console\commands\test_build.py#L183
test_build_output_option[absolute]
ValueError: Invalid build format: None
|
Windows (Python 3.13) / pytest:
tests\console\commands\test_build.py#L114
test_build_with_clean_non_existing_output
ValueError: Invalid build format: None
|
Windows (Python 3.13) / pytest:
tests\console\commands\test_build.py#L180
test_build_output_option[None]
ValueError: Invalid build format: None
|
Windows (Python 3.13) / pytest:
tests\console\commands\test_build.py#L186
test_build_output_option[dist]
ValueError: Invalid build format: None
|
Windows (Python 3.13) / pytest:
tests\console\commands\test_build.py#L81
test_build_with_local_version_label
ValueError: Invalid build format: None
|
Windows (Python 3.13) / pytest:
tests\console\commands\test_build.py#L99
test_build_with_clean[True]
ValueError: Invalid build format: None
|
Windows (Python 3.13) / pytest:
tests\console\commands\test_build.py#L186
test_build_output_option[test/dir]
ValueError: Invalid build format: None
|
macOS x86_64 (Python 3.10) / pytest:
tests/console/commands/test_build.py#L186
test_build_output_option[dist]
ValueError: Invalid build format: None
|
macOS x86_64 (Python 3.10) / pytest:
tests/console/commands/test_build.py#L186
test_build_output_option[test/dir]
ValueError: Invalid build format: None
|
macOS x86_64 (Python 3.10) / pytest:
tests/console/commands/test_build.py#L99
test_build_with_clean[False]
ValueError: Invalid build format: None
|
macOS x86_64 (Python 3.10) / pytest:
tests/console/commands/test_build.py#L186
test_build_output_option[../dist]
ValueError: Invalid build format: None
|
macOS x86_64 (Python 3.10) / pytest:
tests/console/commands/test_build.py#L59
test_build_format_is_not_valid
AssertionError: Regex pattern did not match.
Regex: 'Invalid format.*'
Input: 'Invalid build format: not_valid'
|
macOS x86_64 (Python 3.10) / pytest:
tests/console/commands/test_build.py#L213
test_build_relative_directory_src_layout
FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/74/9jx6f7bx5z97c058p_nysj740000gn/T/pytest-of-runner/pytest-0/popen-gw0/test_build_relative_directory_0/project/dist'
|
macOS x86_64 (Python 3.10) / pytest:
tests/console/commands/test_build.py#L180
test_build_output_option[None]
ValueError: Invalid build format: None
|
macOS x86_64 (Python 3.10) / pytest:
tests/console/commands/test_build.py#L99
test_build_with_clean[True]
ValueError: Invalid build format: None
|
macOS x86_64 (Python 3.10) / pytest:
tests/console/commands/test_build.py#L114
test_build_with_clean_non_existing_output
ValueError: Invalid build format: None
|
macOS x86_64 (Python 3.10) / pytest:
tests/console/commands/test_build.py#L183
test_build_output_option[absolute]
ValueError: Invalid build format: None
|
macOS x86_64 (Python 3.11) / pytest:
tests/console/commands/test_build.py#L81
test_build_with_local_version_label
ValueError: Invalid build format: None
|
macOS x86_64 (Python 3.11) / pytest:
tests/console/commands/test_build.py#L99
test_build_with_clean[False]
ValueError: Invalid build format: None
|
macOS x86_64 (Python 3.11) / pytest:
tests/console/commands/test_build.py#L213
test_build_relative_directory_src_layout
FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/74/9jx6f7bx5z97c058p_nysj740000gn/T/pytest-of-runner/pytest-0/popen-gw3/test_build_relative_directory_0/project/dist'
|
macOS x86_64 (Python 3.11) / pytest:
tests/console/commands/test_build.py#L59
test_build_format_is_not_valid
AssertionError: Regex pattern did not match.
Regex: 'Invalid format.*'
Input: 'Invalid build format: not_valid'
|
macOS x86_64 (Python 3.11) / pytest:
tests/console/commands/test_build.py#L186
test_build_output_option[../dist]
ValueError: Invalid build format: None
|
macOS x86_64 (Python 3.11) / pytest:
tests/console/commands/test_build.py#L149
test_build_with_multiple_readme_files
ValueError: Invalid build format: None
|
macOS x86_64 (Python 3.11) / pytest:
tests/console/commands/test_build.py#L114
test_build_with_clean_non_existing_output
ValueError: Invalid build format: None
|
macOS x86_64 (Python 3.11) / pytest:
tests/console/commands/test_build.py#L99
test_build_with_clean[True]
ValueError: Invalid build format: None
|
macOS x86_64 (Python 3.11) / pytest:
tests/console/commands/test_build.py#L183
test_build_output_option[absolute]
ValueError: Invalid build format: None
|
macOS x86_64 (Python 3.11) / pytest:
tests/console/commands/test_build.py#L180
test_build_output_option[None]
ValueError: Invalid build format: None
|
macOS x86_64 (Python 3.12) / pytest:
tests/console/commands/test_build.py#L114
test_build_with_clean_non_existing_output
ValueError: Invalid build format: None
|
macOS x86_64 (Python 3.12) / pytest:
tests/console/commands/test_build.py#L186
test_build_output_option[dist]
ValueError: Invalid build format: None
|
macOS x86_64 (Python 3.12) / pytest:
tests/console/commands/test_build.py#L186
test_build_output_option[test/dir]
ValueError: Invalid build format: None
|
macOS x86_64 (Python 3.12) / pytest:
tests/console/commands/test_build.py#L213
test_build_relative_directory_src_layout
FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/74/9jx6f7bx5z97c058p_nysj740000gn/T/pytest-of-runner/pytest-0/popen-gw2/test_build_relative_directory_0/project/dist'
|
macOS x86_64 (Python 3.12) / pytest:
tests/console/commands/test_build.py#L180
test_build_output_option[None]
ValueError: Invalid build format: None
|
macOS x86_64 (Python 3.12) / pytest:
tests/console/commands/test_build.py#L99
test_build_with_clean[False]
ValueError: Invalid build format: None
|
macOS x86_64 (Python 3.12) / pytest:
tests/console/commands/test_build.py#L186
test_build_output_option[../dist]
ValueError: Invalid build format: None
|
macOS x86_64 (Python 3.12) / pytest:
tests/console/commands/test_build.py#L59
test_build_format_is_not_valid
AssertionError: Regex pattern did not match.
Regex: 'Invalid format.*'
Input: 'Invalid build format: not_valid'
|
macOS x86_64 (Python 3.12) / pytest:
tests/console/commands/test_build.py#L99
test_build_with_clean[True]
ValueError: Invalid build format: None
|
macOS x86_64 (Python 3.12) / pytest:
tests/console/commands/test_build.py#L81
test_build_with_local_version_label
ValueError: Invalid build format: None
|
macOS x86_64 (Python 3.13) / pytest:
tests/console/commands/test_build.py#L213
test_build_relative_directory_src_layout
FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/74/9jx6f7bx5z97c058p_nysj740000gn/T/pytest-of-runner/pytest-0/popen-gw1/test_build_relative_directory_0/project/dist'
|
macOS x86_64 (Python 3.13) / pytest:
tests/console/commands/test_build.py#L183
test_build_output_option[absolute]
ValueError: Invalid build format: None
|
macOS x86_64 (Python 3.13) / pytest:
tests/console/commands/test_build.py#L180
test_build_output_option[None]
ValueError: Invalid build format: None
|
macOS x86_64 (Python 3.13) / pytest:
tests/console/commands/test_build.py#L81
test_build_with_local_version_label
ValueError: Invalid build format: None
|
macOS x86_64 (Python 3.13) / pytest:
tests/console/commands/test_build.py#L114
test_build_with_clean_non_existing_output
ValueError: Invalid build format: None
|
macOS x86_64 (Python 3.13) / pytest:
tests/console/commands/test_build.py#L149
test_build_with_multiple_readme_files
ValueError: Invalid build format: None
|
macOS x86_64 (Python 3.13) / pytest:
tests/console/commands/test_build.py#L59
test_build_format_is_not_valid
AssertionError: Regex pattern did not match.
Regex: 'Invalid format.*'
Input: 'Invalid build format: not_valid'
|
macOS x86_64 (Python 3.13) / pytest:
tests/console/commands/test_build.py#L99
test_build_with_clean[True]
ValueError: Invalid build format: None
|
macOS x86_64 (Python 3.13) / pytest:
tests/console/commands/test_build.py#L186
test_build_output_option[test/dir]
ValueError: Invalid build format: None
|
macOS x86_64 (Python 3.13) / pytest:
tests/console/commands/test_build.py#L99
test_build_with_clean[False]
ValueError: Invalid build format: None
|
macOS x86_64 (Python 3.9) / pytest:
tests/console/commands/test_build.py#L149
test_build_with_multiple_readme_files
ValueError: Invalid build format: None
|
macOS x86_64 (Python 3.9) / pytest:
tests/console/commands/test_build.py#L99
test_build_with_clean[False]
ValueError: Invalid build format: None
|
macOS x86_64 (Python 3.9) / pytest:
tests/console/commands/test_build.py#L99
test_build_with_clean[True]
ValueError: Invalid build format: None
|
macOS x86_64 (Python 3.9) / pytest:
tests/console/commands/test_build.py#L114
test_build_with_clean_non_existing_output
ValueError: Invalid build format: None
|
macOS x86_64 (Python 3.9) / pytest:
tests/console/commands/test_build.py#L60
test_build_format_is_not_valid
AssertionError: Regex pattern did not match.
Regex: 'Invalid format.*'
Input: 'Invalid build format: not_valid'
|
macOS x86_64 (Python 3.9) / pytest:
tests/console/commands/test_build.py#L180
test_build_output_option[None]
ValueError: Invalid build format: None
|
macOS x86_64 (Python 3.9) / pytest:
tests/console/commands/test_build.py#L186
test_build_output_option[dist]
ValueError: Invalid build format: None
|
macOS x86_64 (Python 3.9) / pytest:
tests/console/commands/test_build.py#L213
test_build_relative_directory_src_layout
FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/74/9jx6f7bx5z97c058p_nysj740000gn/T/pytest-of-runner/pytest-0/popen-gw0/test_build_relative_directory_0/project/dist'
|
macOS x86_64 (Python 3.9) / pytest:
tests/console/commands/test_build.py#L186
test_build_output_option[test/dir]
ValueError: Invalid build format: None
|
macOS x86_64 (Python 3.9) / pytest:
tests/console/commands/test_build.py#L81
test_build_with_local_version_label
ValueError: Invalid build format: None
|
Status
Process completed with exit code 1.
|
Detect changed files
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Status
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|