Skip to content

Commit

Permalink
Fix errors in the Betty GUI that would manifest themselves on Mac OS …
Browse files Browse the repository at this point in the history
…only. (#1054)
  • Loading branch information
bartfeenstra authored Dec 19, 2023
1 parent 20ebf9e commit 17ff4c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions betty/tests/gui/test_app.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import json
import sys
from os import path
from pathlib import Path

Expand Down Expand Up @@ -74,7 +73,6 @@ async def test_open_about_window(


class TestWelcomeWindow:
@pytest.mark.skipif(sys.platform == 'darwin', reason='See https://github.com/bartfeenstra/betty/issues/982')
async def test_open_project_with_invalid_file_should_error(
self,
assert_error: AssertError[ExceptionError],
Expand Down

0 comments on commit 17ff4c2

Please sign in to comment.