mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-11 19:31:08 +00:00
installability/tester.py codestyle fixes
This commit is contained in:
parent
0c66464fd5
commit
1a33ee9ebc
@ -605,9 +605,9 @@ class InstallabilityStats(object):
|
||||
"Requests - is_installable: {is_installable_calls}",
|
||||
"Cache - hits: {cache_hits}, misses: {cache_misses}, drops: {cache_drops}",
|
||||
"Choices - pre-solved: {choice_presolved}, No RP: {choice_resolved_without_restore_point}",
|
||||
"Backtrace - RP created: {backtrace_restore_point_created}, RP used: {backtrace_restore_point_used}, reached last option: {backtrace_last_option}",
|
||||
"Solved - installable: {solved_installable}, uninstallable: {solved_uninstallable}, conflicts essential: {conflicts_essential}",
|
||||
"Eqv - times used: {eqv_table_times_used}, perfect reductions: {eqv_table_reduced_to_one}, failed reductions: {eqv_table_reduced_by_zero}, total no. of alternatives pruned: {eqv_table_total_number_of_alternatives_eliminated}",
|
||||
"Backtrace - RP created: {backtrace_restore_point_created}, RP used: {backtrace_restore_point_used}, reached last option: {backtrace_last_option}", # nopep8
|
||||
"Solved - installable: {solved_installable}, uninstallable: {solved_uninstallable}, conflicts essential: {conflicts_essential}", # nopep8
|
||||
"Eqv - times used: {eqv_table_times_used}, perfect reductions: {eqv_table_reduced_to_one}, failed reductions: {eqv_table_reduced_by_zero}, total no. of alternatives pruned: {eqv_table_total_number_of_alternatives_eliminated}", # nopep8
|
||||
]
|
||||
return [x.format(**self.__dict__) for x in formats]
|
||||
|
||||
@ -667,4 +667,3 @@ class ArchStats(object):
|
||||
self._list_stats('dependency-clauses', sorted_no_dep_edges)
|
||||
self._list_stats('dependency-clause-alternatives', sorted_size_dep_edges, average_per_node=True)
|
||||
self._list_stats('negative-dependency-clauses', sorted_no_con_edges)
|
||||
|
||||
|
@ -14,7 +14,7 @@ EXCEPTIONS_BY_FILE = {
|
||||
'britney2/excuse.py': 0,
|
||||
'britney2/excusefinder.py': 0,
|
||||
'britney2/hints.py': 0,
|
||||
'britney2/installability/tester.py': 4,
|
||||
'britney2/installability/tester.py': 0,
|
||||
'britney2/policies/__init__.py': 0,
|
||||
'britney2/policies/policy.py': 0,
|
||||
'britney2/policies/autopkgtest.py': 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user