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 f881ffa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/feature/test_async_scenarios.py
Expand Up @@ -4,6 +4,9 @@
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 f881ffa

Please sign in to comment.