Support running test suite using python3
authorDavid Bremner <david@tethera.net>
Sat, 23 May 2015 20:28:43 +0000 (22:28 +0200)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:48:55 +0000 (14:48 -0700)
c8/0cbdbded1b990266b5554b56ffd75018426d6b [new file with mode: 0644]

diff --git a/c8/0cbdbded1b990266b5554b56ffd75018426d6b b/c8/0cbdbded1b990266b5554b56ffd75018426d6b
new file mode 100644 (file)
index 0000000..1bcc3be
--- /dev/null
@@ -0,0 +1,56 @@
+Return-Path: <bremner@tesseract.cs.unb.ca>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id A20386DE14F2\r
+ for <notmuch@notmuchmail.org>; Sat, 23 May 2015 13:29:59 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.287\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.287 tagged_above=-999 required=5 tests=[AWL=0.277, \r
+ T_HEADER_FROM_DIFFERENT_DOMAINS=0.01] autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id B02RuOE6pIRt for <notmuch@notmuchmail.org>;\r
+ Sat, 23 May 2015 13:29:54 -0700 (PDT)\r
+Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
+ [87.98.215.224])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 925036DE147C\r
+ for <notmuch@notmuchmail.org>; Sat, 23 May 2015 13:29:54 -0700 (PDT)\r
+Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
+ 4.80) (envelope-from <bremner@tesseract.cs.unb.ca>)\r
+ id 1YwG37-0002qM-FA\r
+ for notmuch@notmuchmail.org; Sat, 23 May 2015 20:29:37 +0000\r
+Received: (nullmailer pid 8752 invoked by uid 1000); Sat, 23 May 2015\r
+ 20:28:59 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: notmuch@notmuchmail.org\r
+Subject: Support running test suite using python3\r
+Date: Sat, 23 May 2015 22:28:43 +0200\r
+Message-Id: <1432412927-8373-1-git-send-email-david@tethera.net>\r
+X-Mailer: git-send-email 2.1.4\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.18\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sat, 23 May 2015 20:29:59 -0000\r
+\r
+On systems where the default python is python2 (i.e. most of them),\r
+there's not convenient way to try out the test suite with python3.\r
+This series aims to make that easier by making\r
+\r
+% PYTHON=python3 ./configure\r
+\r
+propagate something useful to the test suite.\r
+\r
+The last patch is not strictly needed, but it helped me figure out\r
+what was wrong when the python3 version of sphinx was not installed.\r