Skip to content

Commit

Permalink
isort insists on this blank line, wtf?
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Nov 24, 2022
1 parent 80549f4 commit 45c925f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def test_run_success(self):

def test_run_failure(self):
from check_manifest import CommandFailed, run

# /bin/false can return any non-zero status code, e.g. it returns 255
# on OpenIndiana: https://github.com/mgedmin/check-manifest/issues/162
command = [sys.executable, '-c', 'import sys; sys.exit(1)']
Expand Down

0 comments on commit 45c925f

Please sign in to comment.