-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
The changeset 91ee851 (first released as 0.10.0) added a hard dependency on "rednose".
The package "rednose" (0.4.3) appears to be an extension to nosetests that adds colors to the console output. It depends on "python-termstyle" (0.1.7), which was not installable this morning.
These dependencies are not declared in the MongoEngine documentation, either as "Dependencies" or "Optional Dependencies". They're not declared to "pip" (setuptools?), either, so it takes a bit of searching just to figure out where this dependency is coming from. They are not required for any MongoEngine functionality. Their presence is not even seen by most users.
The "gfxmonk.net" web server (which python-termstyle downloads from, even when using Pip) was down today, so this dependency killed our ability to deploy any new programs that use MongoEngine 0.10.0. Maybe that means I need a more sophisticated deployment system (no argument there!), but it seems like this dependency has big risk, with minimal gain.
Of course, developers are always free to install their own developer tools (like "rednose") on their own. It's just odd to require this particular one, in an undocumented and somewhat obscure way, for every mongoengine installation.