Skip to content

Commit f881ffa

Browse files
committed
xfail async scenarios test on py3.10
1 parent 677a47f commit f881ffa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: tests/feature/test_async_scenarios.py

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
from tests.utils import assert_outcomes
55

66

7+
@pytest.mark.xfail(
8+
sys.version_info >= (3, 10), reason="trio does not support py3.10 https://github.com/python-trio/trio/pull/1921"
9+
)
710
def test_scenarios(testdir, pytest_params):
811
"""Test scenarios shortcut (used together with @scenario for individual test override)."""
912
testdir.makeini(

0 commit comments

Comments
 (0)