We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 677a47f commit f881ffaCopy full SHA for f881ffa
tests/feature/test_async_scenarios.py
@@ -4,6 +4,9 @@
4
from tests.utils import assert_outcomes
5
6
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
+)
10
def test_scenarios(testdir, pytest_params):
11
"""Test scenarios shortcut (used together with @scenario for individual test override)."""
12
testdir.makeini(
0 commit comments