diff --git a/tests/feature/test_async_scenarios.py b/tests/feature/test_async_scenarios.py index bd68fd5c2..c5f99ef5b 100644 --- a/tests/feature/test_async_scenarios.py +++ b/tests/feature/test_async_scenarios.py @@ -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(