Skip to content

Commit 87b856a

Browse files
committed
Don't remove packages/groups removed from groups/environments
This matches dnf4.
1 parent c58e24f commit 87b856a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

dnf-behave-tests/dnf/comps-upgrade.feature

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,6 @@ Scenario: Upgrade group to new metadata and back - always install new packages
111111
| install-group | A-mandatory-0:1.0-1.x86_64 |
112112
| install-group | A-default-0:1.0-1.x86_64 |
113113
| install-group | A-conditional-true-0:1.0-1.x86_64 |
114-
| remove | B-mandatory-0:1.0-1.x86_64 |
115-
| remove | B-default-0:1.0-1.x86_64 |
116-
| remove | B-conditional-true-0:1.0-1.x86_64 |
117114
| group-upgrade | AB-group |
118115

119116

@@ -162,7 +159,6 @@ Scenario: Upgrade environment when there are new groups/packages - install new g
162159
| install-group | B-default-0:1.0-1.x86_64 |
163160
| install-group | B-conditional-true-0:1.0-1.x86_64 |
164161
| group-install | B-group |
165-
| group-remove | A-group - repo#1 |
166162
| env-upgrade | AB-environment |
167163

168164

@@ -213,7 +209,6 @@ Scenario: Upgrade environment to new metadata and back - always install new grou
213209
| install-group | B-default-0:1.0-1.x86_64 |
214210
| install-group | B-conditional-true-0:1.0-1.x86_64 |
215211
| group-install | B-group |
216-
| group-remove | A-group - repo#1 |
217212
| env-upgrade | AB-environment |
218213
Given I drop repository "comps-upgrade-2"
219214
And I use repository "comps-upgrade-1"
@@ -225,10 +220,6 @@ Scenario: Upgrade environment to new metadata and back - always install new grou
225220
| install-group | A-default-0:1.0-1.x86_64 |
226221
| install-group | A-conditional-true-0:1.0-1.x86_64 |
227222
| group-install | A-group - repo#1 |
228-
| group-remove | B-group |
229-
| remove | B-mandatory-0:1.0-1.x86_64 |
230-
| remove | B-default-0:1.0-1.x86_64 |
231-
| remove | B-conditional-true-0:1.0-1.x86_64 |
232223
| env-upgrade | AB-environment |
233224

234225

0 commit comments

Comments
 (0)