Thanks to visit codestin.com Credit goes to github.com
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 35fe1d3 commit 7af3c64Copy full SHA for 7af3c64
1 file changed
IPython/testing/decorators.py
@@ -361,7 +361,6 @@ def onlyif_cmds_exist(*commands):
361
"""
362
Decorator to skip test when at least one of `commands` is not found.
363
364
- warnings.warn("The function `onlyif_cmds_exist` is deprecated and might be removed in next major version of IPython", DeprecationWarning)
365
for cmd in commands:
366
if not which(cmd):
367
return skip("This test runs only if command '{0}' "
0 commit comments