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 <thomas@goirand.fr> Change-Id: I5bb258a4b305c0084be50bc22fe7a0e6a4f65aad
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user