﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	launchpad_bug
2776	"add `[test]` ""extra"" to pull in testing-only dependencies"	warner	daira	"I'm seeing other projects declare the dependencies that they only need for testing (like `py.test`, `coverage`, and `mock`) by using a `[test]` extra. So things like `.travis.yml` and `tox.ini` will use:

{{{
deps = .[test]
}}}

I'm thinking we should add this to Tahoe.

Our docs (for setting up a virtualenv for hacking) will need to mention `pip install -e .[test]` instead of just `pip install -e .`.

This will make it easier to include modern testing facilities like `mock`.
"	task	closed	normal	undecided	packaging	1.11.0	fixed			
