From patchwork Sun Nov 29 22:10:43 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Finucane X-Patchwork-Id: 549828 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [103.22.144.68]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3A3A81401E7 for ; Mon, 30 Nov 2015 09:11:32 +1100 (AEDT) Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 16D711A0AA2 for ; Mon, 30 Nov 2015 09:11:32 +1100 (AEDT) X-Original-To: patchwork@lists.ozlabs.org Delivered-To: patchwork@lists.ozlabs.org Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by lists.ozlabs.org (Postfix) with ESMTP id 3805F1A094C for ; Mon, 30 Nov 2015 09:11:09 +1100 (AEDT) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP; 29 Nov 2015 14:11:07 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,360,1444719600"; d="scan'208";a="860769250" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga002.jf.intel.com with ESMTP; 29 Nov 2015 14:11:06 -0800 Received: from sivswdev01.ir.intel.com (sivswdev01.ir.intel.com [10.237.217.45]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id tATMB6xu024138; Sun, 29 Nov 2015 22:11:06 GMT Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id tATMB6a3004863; Sun, 29 Nov 2015 22:11:06 GMT Received: (from sfinucan@localhost) by sivswdev01.ir.intel.com with id tATMB6tr004859; Sun, 29 Nov 2015 22:11:06 GMT From: Stephen Finucane To: patchwork@lists.ozlabs.org Subject: [PATCH 2/9] requirements: Update version of dateutil used Date: Sun, 29 Nov 2015 22:10:43 +0000 Message-Id: <1448835050-1572-3-git-send-email-stephen.finucane@intel.com> X-Mailer: git-send-email 2.0.0 In-Reply-To: <1448835050-1572-1-git-send-email-stephen.finucane@intel.com> References: <1448835050-1572-1-git-send-email-stephen.finucane@intel.com> X-BeenThere: patchwork@lists.ozlabs.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Patchwork development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: patchwork-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Patchwork" The version of dateutil currently used does not support Python3, so instead use the latest version. Signed-off-by: Stephen Finucane --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 3e511a0..1f4a640 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,4 +1,4 @@ mysqlclient==1.3.7 psycopg2==2.6.1 -python-dateutil==1.5 +python-dateutil==2.4.2 selenium==2.48.0