Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 6, 2023
1 parent 28752f4 commit b8f4209
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions unit_test/oci_container_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,9 @@ def test_environment(container_engine):
)
== "1\n"
)
assert container.call(["sh", "-c", "echo $CIBUILDWHEEL"], capture_output=True) == "1\n"
assert (
container.call(
["sh", "-c", "echo $CIBUILDWHEEL"], capture_output=True
)
== "1\n"
)
assert (
container.call(
["sh", "-c", "echo $SOURCE_DATE_EPOCH"], capture_output=True
)
container.call(["sh", "-c", "echo $SOURCE_DATE_EPOCH"], capture_output=True)
== "42\n"
)

Expand Down

0 comments on commit b8f4209

Please sign in to comment.