[diffoscope] 01/02: tests: test_fsimage "differences" fixture depends on "guestfs_tempdir" fixture

Ximin Luo infinity0 at debian.org
Tue Jul 11 17:18:21 CEST 2017


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository diffoscope.

commit 5bb21dfc0044139081976aebed640882025ebcf5
Author: Ximin Luo <infinity0 at debian.org>
Date:   Tue Jul 11 16:33:00 2017 +0200

    tests: test_fsimage "differences" fixture depends on "guestfs_tempdir" fixture
---
 tests/comparators/test_fsimage.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/comparators/test_fsimage.py b/tests/comparators/test_fsimage.py
index b3892a4..04700b1 100644
--- a/tests/comparators/test_fsimage.py
+++ b/tests/comparators/test_fsimage.py
@@ -61,7 +61,7 @@ def test_no_differences(img1, guestfs_tempdir):
     assert difference is None
 
 @pytest.fixture
-def differences(img1, img2):
+def differences(img1, img2, guestfs_tempdir):
     return img1.compare(img2).details
 
 @skip_unless_tools_exist('qemu-img')

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git


More information about the diffoscope mailing list