Skip to content

Commit d223054

Browse files
Bump pytest 9.1.1 + pytest-asyncio 1.4.0 (paired) (#24)
1 parent b3f4b43 commit d223054

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

backend/pytest.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
testpaths = tests
33
pythonpath = .
44
asyncio_mode = auto
5+
asyncio_default_fixture_loop_scope = function
56
filterwarnings =
6-
ignore::DeprecationWarning
7+
ignore::DeprecationWarning

backend/requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pytest==8.3.4
2-
pytest-asyncio==0.25.2
3-
httpx==0.28.1
1+
pytest==9.1.1
2+
pytest-asyncio==1.4.0
3+
httpx==0.28.1

0 commit comments

Comments
 (0)