Skip to content

Commit 63d6824

Browse files
committed
one more async method
1 parent 7eb5621 commit 63d6824

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ filterwarnings= [
194194
# ignore deprecated non async during tests:
195195
"error:For consistency across implementations, it is recommended that:PendingDeprecationWarning",
196196

197+
197198
]
198199

199200
[tool.coverage.report]

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def __init__(self, *args, **kwargs):
169169
self.shell = MagicMock()
170170
super().__init__(*args, **kwargs)
171171

172-
def do_execute(
172+
async def do_execute(
173173
self, code, silent, store_history=True, user_expressions=None, allow_stdin=False
174174
):
175175
if not silent:

0 commit comments

Comments
 (0)