[PATCH] Temporarily disable the error about not importing rpmfluff.

Chris Lumens clumens at redhat.com
Wed Jul 8 19:05:15 UTC 2015


There's not yet a python3 version of this package, and I don't want it to
be the only thing keeping us from having a passing test suite.
---
 tests/dd_tests/dd_test.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/dd_tests/dd_test.py b/tests/dd_tests/dd_test.py
index 60ff6b4..4705559 100644
--- a/tests/dd_tests/dd_test.py
+++ b/tests/dd_tests/dd_test.py
@@ -12,7 +12,8 @@ import subprocess
 
 from contextlib import contextmanager
 from collections import namedtuple
-from rpmfluff import SourceFile, SimpleRpmBuild, expectedArch
+# TODO: this pragma is temporary until there's a python3-rpmfluff
+from rpmfluff import SourceFile, SimpleRpmBuild, expectedArch   # pylint: disable=import-error
 
 TOP_SRCDIR = os.environ.get("top_srcdir", "../..")
 UTILDIR = os.path.join(TOP_SRCDIR, "utils/dd")
-- 
2.4.3



More information about the anaconda-patches mailing list