master: update mypy 0.740 -> 0.761
(cherry picked from commit16ff9f591e) (cherry picked from commit4848bbdf9a)
This commit is contained in:
committed by
Daniel Hahler
parent
90740007a8
commit
090e260517
@@ -832,7 +832,7 @@ class Testdir:
|
||||
items = [x.item for x in rec.getcalls("pytest_itemcollected")]
|
||||
return items, rec
|
||||
|
||||
def inline_run(self, *args, plugins=(), no_reraise_ctrlc=False):
|
||||
def inline_run(self, *args, plugins=(), no_reraise_ctrlc: bool = False):
|
||||
"""Run ``pytest.main()`` in-process, returning a HookRecorder.
|
||||
|
||||
Runs the :py:func:`pytest.main` function to run all of pytest inside
|
||||
|
||||
Reference in New Issue
Block a user