[master 2/5] Ignore interruptible system calls in the dd test

dashea installerbot-noreply at redhat.com
Tue Jul 7 18:34:13 UTC 2015


From: David Shea <dshea at redhat.com>

---
 tests/dd_tests/dd_test.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/dd_tests/dd_test.py b/tests/dd_tests/dd_test.py
index a254eba..60ff6b4 100644
--- a/tests/dd_tests/dd_test.py
+++ b/tests/dd_tests/dd_test.py
@@ -1,6 +1,9 @@
 #!/usr/bin/python
 # unit tests for driver disk utilities (utils/dd)
 
+# Ignore any interruptible calls
+# pylint: disable=interruptible-system-call
+
 import os
 import shutil
 import unittest


-- 
To view this commit on github, visit https://github.com/rhinstaller/anaconda/commit/406e74908824128bd9e38926243c7d8c5fdf4d41


More information about the anaconda-patches mailing list