We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa0c493 commit e573578Copy full SHA for e573578
tests/conftest.py
@@ -2,7 +2,8 @@
2
Taken from
3
https://github.com/pytest-dev/pytest-asyncio/blob/25cf2b399e00a82b69951474eed074ba26cd0c3b/pytest_asyncio/plugin.py
4
5
-Modify pytest_pycollect_makeitem to make use of the Function API in pytest>=5.4.0 (pytest.Function.from_parent).
+Modify pytest_pycollect_makeitem to make use of the Function API
6
+in pytest>=5.4.0 (pytest.Function.from_parent).
7
8
In the context of scrapy-playwright, this allows to unpin the outdated pytest<5.4.0 dependency,
9
while keeping pytest-asyncio==0.10, as pytest-asyncio>=0.11 currently breaks tests
0 commit comments