File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
testing/plugins_integration Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 11[pytest]
22strict_markers = True
3- ; Temporarily disabled until adds support for pytest 9.
4- ; asyncio_mode = strict
3+ asyncio_mode = strict
54filterwarnings =
65 error::pytest.PytestWarning
76 ignore:usefixtures.* without arguments has no effect:pytest.PytestWarning
Original file line number Diff line number Diff line change 11anyio [trio ]== 4.11.0
22django == 5.2.8
3- # Temporarily disabled until adds support for pytest 9.
4- #pytest-asyncio==1.2.0
3+ pytest-asyncio == 1.3.0
54pytest-bdd == 8.1.0
65pytest-cov == 7.0.0
76pytest-django == 4.11.1
Original file line number Diff line number Diff line change @@ -175,8 +175,7 @@ commands =
175175 pytest --html =simple.html simple_integration.py
176176 pytest --reruns 5 simple_integration.py pytest_rerunfailures_integration.py
177177 pytest pytest_anyio_integration.py
178- # Temporarily disabled until adds support for pytest 9.
179- # pytest pytest_asyncio_integration.py
178+ pytest pytest_asyncio_integration.py
180179 pytest pytest_mock_integration.py
181180 pytest pytest_trio_integration.py
182181 pytest pytest_twisted_integration.py
You can’t perform that action at this time.
0 commit comments