update webtest version in test-requirements
Bug #1219808 reported by
Kui Shi
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Buildout dependencies required by Tickery. |
In Progress
|
Low
|
Kui Shi |
Bug Description
run run_tests.sh or tox -epy27 may get many failures.
The reason is that the webtest is not the latest version. webtest check the environment:
In latest webtest:
assert type(environ[key]) in METADATA_TYPE, (
% (key, type(environ[key]), environ[key]))
In old webtest:
assert type(environ[key]) is str, (
% (key, type(environ[key]), environ[key]))
The latest webtest is 2.0.7, designate it in test-requiremen
Changed in keystone: | |
assignee: | nobody → Kui Shi (skuicloud) |
Changed in keystone: | |
status: | New → In Progress |
affects: | keystone → tickery-buildout-dependencies |
To post a comment you must log in.
You'll have to unpin the global requirement first https:/ /github. com/openstack/ requirements/ blob/bdc34443a3 97aa1d280741dbc ccfd5e69b7addee /global- requirements. txt#L137