Return-Path: X-Original-To: apmail-labs-commits-archive@minotaur.apache.org Delivered-To: apmail-labs-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0D36011D53 for ; Sat, 28 Jun 2014 21:44:49 +0000 (UTC) Received: (qmail 28431 invoked by uid 500); 28 Jun 2014 21:44:48 -0000 Delivered-To: apmail-labs-commits-archive@labs.apache.org Received: (qmail 28319 invoked by uid 500); 28 Jun 2014 21:44:48 -0000 Mailing-List: contact commits-help@labs.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: labs@labs.apache.org Delivered-To: mailing list commits@labs.apache.org Received: (qmail 28309 invoked by uid 99); 28 Jun 2014 21:44:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Jun 2014 21:44:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Jun 2014 21:44:47 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id C8ACC23889E1; Sat, 28 Jun 2014 21:44:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1606400 - /labs/panopticon/pan-utils/tests/test_releases.py Date: Sat, 28 Jun 2014 21:44:27 -0000 To: commits@labs.apache.org From: adc@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140628214427.C8ACC23889E1@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: adc Date: Sat Jun 28 21:44:27 2014 New Revision: 1606400 URL: http://svn.apache.org/r1606400 Log: flake8 placating... Modified: labs/panopticon/pan-utils/tests/test_releases.py Modified: labs/panopticon/pan-utils/tests/test_releases.py URL: http://svn.apache.org/viewvc/labs/panopticon/pan-utils/tests/test_releases.py?rev=1606400&r1=1606399&r2=1606400&view=diff ============================================================================== --- labs/panopticon/pan-utils/tests/test_releases.py (original) +++ labs/panopticon/pan-utils/tests/test_releases.py Sat Jun 28 21:44:27 2014 @@ -16,7 +16,7 @@ # specific language governing permissions and limitations # under the License. # -from asf.data import releases +# from asf.data import releases from asf.utils.test import ensure_gpg @@ -30,4 +30,4 @@ def test_scrape_release_url(): # assert releases.verify_hashes('https://people.apache.org/~ptgoetz/storm-0.9.2-incubating/', 'https://git-wip-us.apache.org/repos/asf?p=incubator-storm.git;a=blob_plain;f=KEYS;hb=22b832708295fa2c15c4f3c70ac0d2bc6fded4bd') # assert releases.verify_hashes('https://repository.apache.org/content/repositories/orgapachestorm-1008/', 'https://git-wip-us.apache.org/repos/asf?p=incubator-storm.git;a=blob_plain;f=KEYS;hb=22b832708295fa2c15c4f3c70ac0d2bc6fded4bd') - pass \ No newline at end of file + pass --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org For additional commands, e-mail: commits-help@labs.apache.org