Submitter | Augie Fackler |
---|---|
Date | July 24, 2017, 9:08 p.m. |
Message ID | <5af4fa0a0bbbeadb3569.1500930491@augie-macbookpro2.roam.corp.google.com> |
Download | mbox | patch |
Permalink | /patch/22545/ |
State | Accepted |
Headers | show
Return-Path: <mercurial-devel-bounces@mercurial-scm.org> X-Original-To: patchwork@mercurial-scm.org Delivered-To: patchwork@mercurial-scm.org Received: from localhost (localhost [127.0.0.1]) by mercurial-scm.org (Postfix) with ESMTP id C3AE52C212; Mon, 24 Jul 2017 17:08:19 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at mercurial-scm.org Received: from mercurial-scm.org ([127.0.0.1]) by localhost (mercurial-scm.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 78K3XPmqHxZ0; Mon, 24 Jul 2017 17:08:19 -0400 (EDT) Received: from mercurial-scm.org (localhost [IPv6:::1]) by mercurial-scm.org (Postfix) with ESMTP id 475E02C215; Mon, 24 Jul 2017 17:08:17 -0400 (EDT) X-Original-To: mercurial-devel@mercurial-scm.org Delivered-To: mercurial-devel@mercurial-scm.org Received: from localhost (localhost [127.0.0.1]) by mercurial-scm.org (Postfix) with ESMTP id 4E7812C1B8 for <mercurial-devel@mercurial-scm.org>; Mon, 24 Jul 2017 17:08:15 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at mercurial-scm.org Received: from mercurial-scm.org ([127.0.0.1]) by localhost (mercurial-scm.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id sm3Nr6DlweGb for <mercurial-devel@mercurial-scm.org>; Mon, 24 Jul 2017 17:08:14 -0400 (EDT) Received: from homiemail-a64.g.dreamhost.com (sub4.mail.dreamhost.com [69.163.253.135]) by mercurial-scm.org (Postfix) with ESMTPS id BB2612C1CB for <mercurial-devel@mercurial-scm.org>; Mon, 24 Jul 2017 17:08:14 -0400 (EDT) Received: from homiemail-a64.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a64.g.dreamhost.com (Postfix) with ESMTP id 6EDC7A004936 for <mercurial-devel@mercurial-scm.org>; Mon, 24 Jul 2017 14:08:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=durin42.com; h= content-type:mime-version:content-transfer-encoding:subject :message-id:in-reply-to:references:date:from:to; s=durin42.com; bh=O4FWyyTe+q6TLGi/TAUT5P7NjTE=; b=3YGDb6gpoMyD9OWHE/uHyh3FscpS QoOoNMAH2euG6g5h/og/tKe9mwZGyODFaFXIaO/lfNqxGH47x9dw1R2jrgUX4zzA 9bibpGLrJ/MsSpjDefXKLU8nxy4EV/jr+juBNshBjXJAFbrWdhpB3v4/EI/b7Bhm K70bo1q071CwPm8= Received: from augie-macbookpro2.roam.corp.google.com (50-199-179-185-static.hfc.comcastbusiness.net [50.199.179.185]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: augie@durin42.com) by homiemail-a64.g.dreamhost.com (Postfix) with ESMTPSA id 3C284A004931 for <mercurial-devel@mercurial-scm.org>; Mon, 24 Jul 2017 14:08:14 -0700 (PDT) MIME-Version: 1.0 Subject: [PATCH 3 of 5 stable] contrib: remove one test from the python 3 whitelist X-Mercurial-Node: 5af4fa0a0bbbeadb3569b68f0440120a786c81f2 X-Mercurial-Series-Index: 3 X-Mercurial-Series-Total: 5 Message-Id: <5af4fa0a0bbbeadb3569.1500930491@augie-macbookpro2.roam.corp.google.com> X-Mercurial-Series-Id: <a67471f29dbb38e5ac51.1500930489@augie-macbookpro2.roam.corp.google.com> In-Reply-To: <a67471f29dbb38e5ac51.1500930489@augie-macbookpro2.roam.corp.google.com> References: <a67471f29dbb38e5ac51.1500930489@augie-macbookpro2.roam.corp.google.com> User-Agent: Mercurial-patchbomb/4.2+483-5d44d7d4076e Date: Mon, 24 Jul 2017 17:08:11 -0400 From: Augie Fackler <raf@durin42.com> To: mercurial-devel@mercurial-scm.org X-BeenThere: mercurial-devel@mercurial-scm.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <mercurial-devel.mercurial-scm.org> List-Unsubscribe: <https://www.mercurial-scm.org/mailman/options/mercurial-devel>, <mailto:mercurial-devel-request@mercurial-scm.org?subject=unsubscribe> List-Archive: <http://www.mercurial-scm.org/pipermail/mercurial-devel/> List-Post: <mailto:mercurial-devel@mercurial-scm.org> List-Help: <mailto:mercurial-devel-request@mercurial-scm.org?subject=help> List-Subscribe: <https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel>, <mailto:mercurial-devel-request@mercurial-scm.org?subject=subscribe> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Errors-To: mercurial-devel-bounces@mercurial-scm.org Sender: "Mercurial-devel" <mercurial-devel-bounces@mercurial-scm.org> |
Comments
Augie Fackler - July 24, 2017, 9:08 p.m.
Patch
diff --git a/contrib/python3-whitelist b/contrib/python3-whitelist --- a/contrib/python3-whitelist +++ b/contrib/python3-whitelist @@ -24,7 +24,6 @@ test-locate.t test-lrucachedict.py test-manifest.py test-merge-default.t -test-merge-subrepos.t test-merge2.t test-merge5.t test-revlog-packentry.t