Skip to content

Commit

Permalink
xfail async scenarios test on py3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Jun 3, 2021
1 parent 677a47f commit 160539d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/feature/test_async_scenarios.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
"""Test scenarios shortcut."""
import textwrap

import pytest

from tests.utils import assert_outcomes


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

0 comments on commit 160539d

Please sign in to comment.