Skip to content

Commit dd7ce66

Browse files
committed
Undo asyncio pytest plugin
1 parent 5477018 commit dd7ce66

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

requirements-dev.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ python-dotenv==1.0.1
8888

8989
pytest-trio==0.8.0
9090

91-
pytest-asyncio==0.24.0
92-
9391
pywin32==308 ; platform_system == 'Windows'
9492

9593
requests==2.32.3 ; python_version >= '3.7'

tests/tasks/test_page_iterator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ def test_convert_to_page(first_page_data): # pylint: disable=redefined-outer-na
100100
assert first_page_data['@odata.next_link'] == first_page.odata_next_link
101101

102102

103-
@pytest.mark.asyncio
104103
async def test_iterate():
105104
# Mock the next method to return None after the first call
106105
with patch.object(PageIterator, 'next', new_callable=AsyncMock) as mock_next:

0 commit comments

Comments
 (0)