Skip to content

Commit

Permalink
Version 3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
mborsetti committed Dec 7, 2023
1 parent c9248f4 commit ef63a1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ def test_providing_unknown_subfilter_raises_valueerror() -> None:
)


@pytest.mark.skipif(sys.platform == 'darwin' and sys.version_info == (3, 12)) # type: ignore[misc]
@pytest.mark.skipif(
sys.platform == 'darwin', reason='Often leads to Process completed with exit code 141 on macOS'
) # type: ignore[misc]
def test_execute_inherits_environment_but_does_not_modify_it() -> None:
# https://github.com/thp/urlwatch/issues/541

Expand Down

0 comments on commit ef63a1a

Please sign in to comment.