Stop caching provides of added packages

This only works in non-greedy mode. When greedy, the same provides can
be linked to multiple packages that should be pulled in.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2017-01-20 09:05:09 +01:00
parent 7343daba24
commit cd80d6ef5a
2 changed files with 0 additions and 14 deletions

View file

@ -1709,14 +1709,6 @@ class DNFDepsolvingTestCase(DepsolvingBase, unittest.TestCase):
def test_bash_older(self):
pass
@unittest.skip('Not implemented yet')
def test_smtpdaemon_greedy_all_explicit_sendmail(self):
pass
@unittest.skip('Not implemented yet')
def test_smtpdaemon_greedy_all_explicit_postfix(self):
pass
@unittest.skip('Not implemented yet')
def test_requires_pre_post(self):
pass