test_depsolve.py: remove redundant test case
Remove one test case, which does not really add value or extend the test coverage, since the same thing is already tested by previous test case. Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
03fbcfe7ad
commit
1f237e56c3
1 changed files with 0 additions and 58 deletions
|
|
@ -163,64 +163,6 @@ test_cases = [
|
|||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
"transactions": [
|
||||
{
|
||||
"package-specs": [
|
||||
"tmux",
|
||||
"pkg-with-no-deps",
|
||||
],
|
||||
},
|
||||
],
|
||||
"results": {
|
||||
"packages": {
|
||||
"alternatives",
|
||||
"basesystem",
|
||||
"bash",
|
||||
"ca-certificates",
|
||||
"centos-gpg-keys",
|
||||
"centos-stream-release",
|
||||
"centos-stream-repos",
|
||||
"coreutils",
|
||||
"coreutils-common",
|
||||
"crypto-policies",
|
||||
"filesystem",
|
||||
"glibc",
|
||||
"glibc-common",
|
||||
"glibc-minimal-langpack",
|
||||
"gmp",
|
||||
"grep",
|
||||
"libacl",
|
||||
"libattr",
|
||||
"libcap",
|
||||
"libevent",
|
||||
"libffi",
|
||||
"libgcc",
|
||||
"libselinux",
|
||||
"libsepol",
|
||||
"libsigsegv",
|
||||
"libtasn1",
|
||||
"ncurses-base",
|
||||
"ncurses-libs",
|
||||
"openssl-libs",
|
||||
"p11-kit",
|
||||
"p11-kit-trust",
|
||||
"pcre",
|
||||
"pcre2",
|
||||
"pcre2-syntax",
|
||||
"sed",
|
||||
"setup",
|
||||
"tmux",
|
||||
"tzdata",
|
||||
"zlib",
|
||||
"pkg-with-no-deps",
|
||||
},
|
||||
"reponames": {
|
||||
"baseos",
|
||||
"custom",
|
||||
},
|
||||
},
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue