Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions testing/plugins_integration/pytest.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[pytest]
strict_markers = True
; Temporarily disabled until adds support for pytest 9.
; asyncio_mode = strict
asyncio_mode = strict
filterwarnings =
error::pytest.PytestWarning
ignore:usefixtures.* without arguments has no effect:pytest.PytestWarning
Expand Down
3 changes: 1 addition & 2 deletions testing/plugins_integration/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
anyio[trio]==4.11.0
django==5.2.8
# Temporarily disabled until adds support for pytest 9.
#pytest-asyncio==1.2.0
pytest-asyncio==1.3.0
pytest-bdd==8.1.0
pytest-cov==7.0.0
pytest-django==4.11.1
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,7 @@ commands =
pytest --html=simple.html simple_integration.py
pytest --reruns 5 simple_integration.py pytest_rerunfailures_integration.py
pytest pytest_anyio_integration.py
# Temporarily disabled until adds support for pytest 9.
# pytest pytest_asyncio_integration.py
pytest pytest_asyncio_integration.py
pytest pytest_mock_integration.py
pytest pytest_trio_integration.py
pytest pytest_twisted_integration.py
Expand Down