Skip to content

Commit

Permalink
Fix DeprecationWarning from pytest-console-scripts (#1281)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzymadness authored May 23, 2023
1 parent 09c15ce commit 35b8e9c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tests/extension/test_entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@

def test_server_extension_list(jp_environ, script_runner):
ret = script_runner.run(
"jupyter",
"server",
"extension",
"list",
[
"jupyter",
"server",
"extension",
"list",
]
)
assert ret.success

0 comments on commit 35b8e9c

Please sign in to comment.