parent
a9f0469709
commit
434c5cb4cb
@ -0,0 +1,10 @@
|
||||
|
||||
import pytest
|
||||
|
||||
import sys
|
||||
|
||||
# TODO: Remove this hook once Issue #5967 is resolved.
|
||||
def pytest_ignore_collect(path):
|
||||
if str(path).endswith("test_terminals_api.py"):
|
||||
if sys.platform.startswith('win') and sys.version_info >= (3, 9):
|
||||
return True # do not collect
|
||||
Loading…
Reference in new issue