Skip to content

Commit 72be7f2

Browse files
committed
Revert "xfail async scenarios test on py3.10"
This reverts commit abbf669.
1 parent c1e1ee1 commit 72be7f2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/feature/test_async_scenarios.py

-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
"""Test scenarios shortcut."""
2-
import sys
32
import textwrap
43

5-
import pytest
6-
74
from tests.utils import assert_outcomes
85

96

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

0 commit comments

Comments
 (0)