mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Comment added to prevent questions like PY-19441
This commit is contained in:
@@ -20,7 +20,7 @@ def get_plugin_manager():
|
||||
from _pytest.core import PluginManager
|
||||
return PluginManager(load=True)
|
||||
|
||||
# "-s" is always required: no test output provided otherwise
|
||||
# "-s" is always required: no test output provided otherwise (see PY-12621)
|
||||
args = sys.argv[1:]
|
||||
args.append("-s") if "-s" not in args else None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user