[Yum-devel] [PATCH] Add a unit test to make skip-broken go into endless loop when an installed package conflict with an update. Fix the cause by in depsolve by putting the conflicting po into the prob

2011-03-05 Thread Tim Lauridsen
--- test/skipbroken-tests.py | 62 ++ yum/depsolve.py |5 ++- 2 files changed, 65 insertions(+), 2 deletions(-) diff --git a/test/skipbroken-tests.py b/test/skipbroken-tests.py index 31482bc..36a4a6d 100644 --- a/test/skipbroken-tests.py

Re: [Yum-devel] [PATCH] Add a unit test to make skip-broken go into endless loop when an installed package conflict with an update. Fix the cause by in depsolve by putting the conflicting po into the

2011-03-05 Thread seth vidal
On Sat, 2011-03-05 at 14:03 +0100, Tim Lauridsen wrote: --- test/skipbroken-tests.py | 62 ++ yum/depsolve.py |5 ++- 2 files changed, 65 insertions(+), 2 deletions(-) diff --git a/test/skipbroken-tests.py