mirror of
https://github.com/caronc/apprise.git
synced 2025-08-10 00:38:02 +02:00
CI: Enable testing on macOS and Windows (#707)
This commit is contained in:
@ -38,6 +38,11 @@ from helpers import reload_plugin
|
||||
logging.disable(logging.CRITICAL)
|
||||
|
||||
|
||||
if sys.platform not in ["darwin", "linux"]:
|
||||
pytest.skip("Only makes sense on macOS, but also works on Linux",
|
||||
allow_module_level=True)
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def pretend_macos(mocker):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user