From 63cf5bf48f770929684bec1f64e00060ab23127a Mon Sep 17 00:00:00 2001 From: Sebastian Kalinowski Date: Wed, 24 Jun 2015 08:41:54 +0200 Subject: [PATCH] Remove py version bound Bug in py lib has been resolved and new verion of py.test has been released. Change-Id: I01731f9a886263376e07e1a3ec52f0a024fe2618 Closes-Bug: #1468201 --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 58a50b1c..5fc6aa5d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,4 @@ mock >= 1.0.1 pytest >= 2.7.1 pytest-django >= 2.8.0 -py == 1.4.26 # https://bitbucket.org/pytest-dev/pytest/issue/752/internalerror-indexerror-list-index-out-of factory_boy == 2.5.2