From 655719d6c96bc473c03a4f51fbb12160f80bfcb4 Mon Sep 17 00:00:00 2001 From: Dave Chen Date: Wed, 8 Apr 2015 17:38:02 +0800 Subject: [PATCH] Removes discover from test-reqs The discover package is part of Python 2.7, so we don't need to explicitely require it. It's by the way annoying for distribution package maintainers, as the file has to be patched. Keystone team has decided to drop python 2.6 support[1], so, it's safe to remove it from test-requirements.txt. [1] http://eavesdrop.openstack.org/meetings/keystone/2015/keystone.2015-11-24-17.59.html Related-Bug: #1519449 Co-Authored-By: Thomas Goirand Change-Id: I5bb258a4b305c0084be50bc22fe7a0e6a4f65aad --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 568958ba2..7012d5daa 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,7 +6,6 @@ hacking<0.11,>=0.10.0 flake8-docstrings==0.2.1.post1 coverage>=3.6 -discover fixtures>=1.3.1 keyring!=3.3,>=2.1 lxml>=2.3