Skip to content

Commit

Permalink
This test failure persists in OSX 12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiirola committed Sep 29, 2023
1 parent ec5c7d0 commit 7da1868
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyomo/common/tests/test_fileutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ def test_findfile(self):
and (
platform.mac_ver()[0].startswith('10.16')
or platform.mac_ver()[0].startswith('12.6')
or platform.mac_ver()[0].startswith('12.7')
),
"find_library has known bugs in Big Sur/Monterey for Python<3.8",
)
Expand Down

0 comments on commit 7da1868

Please sign in to comment.