From 48f8f2402ad4966ddb506a7a2a95389af7fce0b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Redzy=C5=84ski?= Date: Thu, 23 Jan 2020 12:40:21 +0100 Subject: [PATCH] import-url: test: prevent in-repo testing --- tests/func/test_import_url.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/func/test_import_url.py b/tests/func/test_import_url.py index bf042e32b8..4eea903179 100644 --- a/tests/func/test_import_url.py +++ b/tests/func/test_import_url.py @@ -40,7 +40,7 @@ def test(self): self.assertEqual(fd.read(), "content") -def test_should_remove_outs_before_import(mocker, erepo_dir): +def test_should_remove_outs_before_import(tmp_dir, dvc, mocker, erepo_dir): erepo_dir.gen({"foo": "foo"}) remove_outs_call_counter = mocker.spy(Stage, "remove_outs")