Ticket #1912 (closed defect: fixed)
setup.py develop doesn't install all dependencies
Reported by: | kskuhlman | Owned by: | kskuhlman |
---|---|---|---|
Priority: | normal | Milestone: | 1.5 |
Component: | TurboGears | Version: | 1.1 HEAD |
Severity: | normal | Keywords: | |
Cc: |
Description
Several packages that are required for testing aren't installed by python setup.py develop. As a short list: nose, turbokid, sqlobject, sqlalchemy, webtest, etc.
develop (and test) should install all requirements needed for testing TurboGears.
This will involve adding a develop_requires section to setup.py.
Change History
Note: See
TracTickets for help on using
tickets.
Fixed in r5061