Fix handling globs in input packages
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
a9415eb0e5
commit
d4f8e32a80
2 changed files with 13 additions and 8 deletions
|
|
@ -1717,10 +1717,6 @@ class DNFDepsolvingTestCase(DepsolvingBase, unittest.TestCase):
|
|||
def test_multilib_exclude_pattern_does_not_match_noarch(self):
|
||||
pass
|
||||
|
||||
@unittest.skip('Not implemented yet')
|
||||
def test_input_by_wildcard(self):
|
||||
pass
|
||||
|
||||
def test_firefox_selfhosting_with_krb5_lookaside(self):
|
||||
super(DNFDepsolvingTestCase, self).test_firefox_selfhosting_with_krb5_lookaside()
|
||||
self.assertFlags("dummy-krb5-1.10-5.x86_64", [PkgFlag.lookaside])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue