Skip to content

Commit

Permalink
No need to check output as it depends on platform
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Nov 13, 2023
1 parent bd713ef commit 24127f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions meta_package_manager/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@ def test_timeout(self, invoke):
"""Check that the CLI exits with an error when a timeout is reached."""
result = invoke("--timeout", "1", "outdated")
assert result.exit_code == 1
assert not result.stdout
assert not result.stderr
assert isinstance(result.exception, subprocess.TimeoutExpired)

@pytest.mark.parametrize(
Expand Down

0 comments on commit 24127f6

Please sign in to comment.