Skip to content

Commit c9b78be

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c04652e commit c9b78be

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

tests/norun/test_find.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ def test_dont_find_image():
2020
r2d = make_r2d(["--image", image_name, "--no-run", str(HERE)])
2121

2222
# Just don't actually start the build, so image won't be found
23-
assert not r2d.find_image()
23+
assert not r2d.find_image()

tests/norun/test_registry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,4 @@ def test_registry(registry, dind):
116116
r2d.start()
117117

118118
proc = subprocess.run(["docker", "manifest", "inspect", "--insecure", image_name])
119-
assert proc.returncode == 0
119+
assert proc.returncode == 0

tests/unit/test_app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
from repo2docker.app import Repo2Docker
1111
from repo2docker.utils import chdir
1212

13+
1314
def test_image_name_remains_unchanged():
1415
# if we specify an image name, it should remain unmodified
1516
with TemporaryDirectory() as src:

0 commit comments

Comments
 (0)