Skip to content

Commit

Permalink
Skip HMM test causing segfault at exit on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Feb 16, 2024
1 parent 149785c commit 42cbd0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyhmmer/tests/test_plan7/test_hmm.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ def test_write_empty(self):
hmm.write(buffer)
self.assertGreater(len(buffer.getvalue()), 0)

@unittest.skipIf(platform.system() == "Darwin", "segfault at exit on MacOS")
def test_write_error(self):
buffer = io.StringIO()

Expand Down

0 comments on commit 42cbd0e

Please sign in to comment.