From c37b4870c67e18cffeb8c790ed84737640e02b21 Mon Sep 17 00:00:00 2001 From: Tim Head Date: Wed, 29 Jan 2020 15:54:37 +0100 Subject: [PATCH] Remove "always fail" test --- tests/unit/test_app.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/unit/test_app.py b/tests/unit/test_app.py index 3f480ae6..d45c28a4 100644 --- a/tests/unit/test_app.py +++ b/tests/unit/test_app.py @@ -11,10 +11,6 @@ from repo2docker.__main__ import make_r2d from repo2docker.utils import chdir -def test_always_fails(): - assert False - - def test_find_image(): images = [{"RepoTags": ["some-org/some-repo:latest"]}]