Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
umu_test: remove assertions in test
Browse files Browse the repository at this point in the history
- With delta updates, deleting old UMU-Proton builds is unnecessary and will become obsolete. Users will be responsibile for deleting those builds themselves if they still exist
R1kaB3rN committed Dec 24, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent 0ae51c5 commit d5912e8
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions umu/umu_test.py
Original file line number Diff line number Diff line change
@@ -1352,19 +1352,6 @@ def test_latest_umu(self):
self.test_compat.joinpath(latest).as_posix(),
"Expected latest to be set",
)
# Verify that the old versions were deleted
self.assertFalse(
self.test_compat.joinpath("UMU-Proton-9.0-beta15").exists(),
"Expected old version to be removed",
)
self.assertFalse(
self.test_compat.joinpath("UMU-Proton-9.0-beta14").exists(),
"Expected old version to be removed",
)
self.assertFalse(
self.test_compat.joinpath("ULWGL-Proton-8.0-5-2").exists(),
"Expected old version to be removed",
)
# Verify foo files survived
self.assertTrue(
self.test_compat.joinpath("foo").exists(),

0 comments on commit d5912e8

Please sign in to comment.