[python3] fix up indentation

Dennis Gilmore ausil at fedoraproject.org
Fri Jul 26 20:08:42 UTC 2013


commit 24d06d1fa4bcfa2a27922c6e53bee09512bbad95
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Fri Jul 26 15:08:13 2013 -0500

    fix up indentation

 python3-arm-skip-failing-fragile-test.patch |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python3-arm-skip-failing-fragile-test.patch b/python3-arm-skip-failing-fragile-test.patch
index affe99a..3c2fa09 100644
--- a/python3-arm-skip-failing-fragile-test.patch
+++ b/python3-arm-skip-failing-fragile-test.patch
@@ -1,12 +1,12 @@
 --- Python-3.3.2/Lib/test/test_gdb.py.orig	2013-07-26 09:52:15.533852708 -0500
-+++ Python-3.3.2/Lib/test/test_gdb.py	2013-07-26 12:08:36.338848587 -0500
++++ Python-3.3.2/Lib/test/test_gdb.py	2013-07-26 15:07:53.733623014 -0500
 @@ -729,8 +729,7 @@
      foo\(1, 2, 3\)
  ''')
  
 -    @unittest.skipUnless(_thread,
 -                         "Python was compiled without thread support")
-+     @unittest.skip('Known failure on ARM: https://bugzilla.redhat.com/show_bug.cgi?id=986713')
++    @unittest.skip('Known failure on ARM: https://bugzilla.redhat.com/show_bug.cgi?id=986713')
      def test_threads(self):
          'Verify that "py-bt" indicates threads that are waiting for the GIL'
          cmd = '''


More information about the scm-commits mailing list