File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
testing/plugins_integration Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11[pytest]
22strict_markers = True
3- asyncio_mode = strict
3+ ; Temporarily disabled until adds support for pytest 9.
4+ ; asyncio_mode = strict
45filterwarnings =
56 error::pytest.PytestWarning
67 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- pytest-asyncio == 1.2.0
3+ # Temporarily disabled until adds support for pytest 9.
4+ #pytest-asyncio==1.2.0
45pytest-bdd == 8.1.0
56pytest-cov == 7.0.0
67pytest-django == 4.11.1
Original file line number Diff line number Diff line change @@ -175,7 +175,8 @@ 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- pytest pytest_asyncio_integration.py
178+ # Temporarily disabled until adds support for pytest 9.
179+ # pytest pytest_asyncio_integration.py
179180 pytest pytest_mock_integration.py
180181 pytest pytest_trio_integration.py
181182 pytest pytest_twisted_integration.py
You can’t perform that action at this time.
0 commit comments