Skip to content

Commit

Permalink
Uncomment block
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyashton committed Nov 19, 2024
1 parent 472d402 commit d6ebad7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tests/lts_compatibility.py
Original file line number Diff line number Diff line change
Expand Up @@ -717,14 +717,14 @@ def add(parser):
{"with previous LTS": latest_lts_version}
)

# # Compatibility with latest LTS on the same release branch
# # (e.g. when releasing 2.0.1, check compatibility with existing 2.0.0)
# latest_lts_version = run_live_compatibility_with_latest(
# args, repo, local_branch, this_release_branch_only=True
# )
# compatibility_report["live compatibility"].update(
# {"with same LTS": latest_lts_version}
# )
# Compatibility with latest LTS on the same release branch
# (e.g. when releasing 2.0.1, check compatibility with existing 2.0.0)
latest_lts_version = run_live_compatibility_with_latest(
args, repo, local_branch, this_release_branch_only=True
)
compatibility_report["live compatibility"].update(
{"with same LTS": latest_lts_version}
)

if args.check_ledger_compatibility:
compatibility_report["data compatibility"] = {}
Expand Down

0 comments on commit d6ebad7

Please sign in to comment.