[diffoscope] 01/01: Add missing skip_unless_module_exists import
Chris Lamb
chris at chris-lamb.co.uk
Wed Aug 2 12:50:19 CEST 2017
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch master
in repository diffoscope.
commit 7a526a61e18b28a410c6b2a7acc3b78e8790eb2d
Author: Chris Lamb <lamby at debian.org>
Date: Wed Aug 2 06:50:06 2017 -0400
Add missing skip_unless_module_exists import
Gbp-Dch: ignore
---
tests/comparators/test_binary.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/comparators/test_binary.py b/tests/comparators/test_binary.py
index 9cd156a..33d9c60 100644
--- a/tests/comparators/test_binary.py
+++ b/tests/comparators/test_binary.py
@@ -33,7 +33,7 @@ from diffoscope.comparators.missing_file import MissingFile
from diffoscope.comparators.utils.compare import Xxd
from ..utils.data import data, init_fixture, get_data, normalize_zeros
-from ..utils.tools import skip_unless_tools_exist
+from ..utils.tools import skip_unless_tools_exist, skip_unless_module_exists
TEST_FILE1_PATH = data('binary1')
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list