Skip to content

Commit

Permalink
Revert "Ignore the incorrect rust1.72 expiration date"
Browse files Browse the repository at this point in the history
We switched to rust 1.73, so we no longer need this.
  • Loading branch information
dirkmueller committed Nov 28, 2023
1 parent cd6d9ca commit 5848780
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,6 @@ def test_lifecycle(auto_container):
support_end = datetime.datetime.strptime(
entry_date, "%Y-%m-%d"
)
# that expired too early
if entry_name.startswith("rust1.72"):
continue
assert (
datetime.datetime.now() < support_end
), f"{entry_name} = {installed_binaries[entry_name]} installed but out of support since {entry_date}"
Expand Down

0 comments on commit 5848780

Please sign in to comment.