-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update tests: remove the obsolete 'can_transmit' property; skip the l…
…arge monitor test on Windows
- Loading branch information
1 parent
3aa42bf
commit a6d2bc4
Showing
5 changed files
with
46 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
# Author: Pavel Kirienko <[email protected]> | ||
|
||
from typing import Any, Optional, Awaitable | ||
import sys | ||
import asyncio | ||
import itertools | ||
import pytest | ||
|
@@ -13,6 +14,9 @@ | |
from tests.dsdl import OUTPUT_DIR | ||
import yakut | ||
|
||
if sys.platform.startswith("win"): # pragma: no cover | ||
pytest.skip("These tests do not work reliably on Windows", allow_module_level=True) | ||
|
||
|
||
# noinspection SpellCheckingInspection | ||
@pytest.mark.asyncio | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters