Skip to content

Commit

Permalink
fix: execstack
Browse files Browse the repository at this point in the history
  • Loading branch information
chidiwilliams committed Jan 4, 2024
1 parent 3059b8c commit c10d44f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/transcriber_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def test_transcribe(self):
assert called_segments[0].text == "Hello"


@pytest.mark.skipif(sys.platform == "linux", reason="Avoid execstack errors on Snap")
class TestWhisperCppFileTranscriber:
@pytest.mark.parametrize(
"word_level_timings,expected_segments",
Expand Down

0 comments on commit c10d44f

Please sign in to comment.