Skip to content

Commit e573578

Browse files
committed
Flake8 adjustment
1 parent fa0c493 commit e573578

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/conftest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
Taken from
33
https://github.com/pytest-dev/pytest-asyncio/blob/25cf2b399e00a82b69951474eed074ba26cd0c3b/pytest_asyncio/plugin.py
44
5-
Modify pytest_pycollect_makeitem to make use of the Function API in pytest>=5.4.0 (pytest.Function.from_parent).
5+
Modify pytest_pycollect_makeitem to make use of the Function API
6+
in pytest>=5.4.0 (pytest.Function.from_parent).
67
78
In the context of scrapy-playwright, this allows to unpin the outdated pytest<5.4.0 dependency,
89
while keeping pytest-asyncio==0.10, as pytest-asyncio>=0.11 currently breaks tests

0 commit comments

Comments
 (0)