Skip to content

Commit

Permalink
Hip shot, try skipping advanced streaming on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
goodboy committed Jul 6, 2021
1 parent afeeecf commit 25938fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test_advanced_streaming.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@
"""
import itertools
from typing import Set, Dict, List
import platform

import trio
import tractor
import pytest


if platform.system() == 'Windows':
pytest.skip('Advanced streaming causes windows to hang?')


_registry: Dict[str, Set[tractor.ReceiveMsgStream]] = {
Expand Down

0 comments on commit 25938fe

Please sign in to comment.