Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
trac 34741: add comment with ticket reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpalmieri committed Nov 13, 2022
1 parent 0da93be commit bcab6e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sage/doctest/parsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -1023,6 +1023,8 @@ def do_fixup(self, want, got):
did_fixup = True

if "newer macOS version" in got:
# :trac:`34741` -- suppress warning arising after
# upgrading from macOS 12.X to 13.X.
newer_macOS_version_regex = re.compile(r'.*dylib \(.*\) was built for newer macOS version \(.*\) than being linked \(.*\)')
got = newer_macOS_version_regex.sub('', got)
did_fixup = True
Expand Down

0 comments on commit bcab6e5

Please sign in to comment.