master: update mypy 0.740 -> 0.761

(cherry picked from commit 16ff9f591e)
(cherry picked from commit 4848bbdf9a)
This commit is contained in:
Ran Benita
2019-12-02 18:01:08 +02:00
committed by Daniel Hahler
parent 90740007a8
commit 090e260517
10 changed files with 15 additions and 21 deletions

View File

@@ -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