Merging upstream version 3.5.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
0a2ab56a91
commit
7c2b6aba2b
14 changed files with 130 additions and 106 deletions
|
@ -43,7 +43,7 @@ def _run_try_repo(tempdir_factory, **kwargs):
|
|||
|
||||
|
||||
def test_try_repo_repo_only(cap_out, tempdir_factory):
|
||||
with mock.patch.object(time, 'time', return_value=0.0):
|
||||
with mock.patch.object(time, 'monotonic', return_value=0.0):
|
||||
_run_try_repo(tempdir_factory, verbose=True)
|
||||
start, config, rest = _get_out(cap_out)
|
||||
assert start == ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue