Skip to content

Commit 44138aa

Browse files
fix(ci): update pytest-asyncio to 0.24.0 for pytest 9.0.2 compatibility (#19)
- Update pytest-asyncio from 0.23.3 to 0.24.0 - Fixes AttributeError: 'Package' object has no attribute 'obj' - Resolves CI test failures
1 parent 77bfb91 commit 44138aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
pytest==9.0.2
66
pytest-django==4.11.1
77
pytest-cov==7.0.0
8-
pytest-asyncio==0.23.3
8+
pytest-asyncio==0.24.0
99
factory-boy==3.3.3
1010
faker==38.2.0
1111

0 commit comments

Comments
 (0)