diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2008-06-26 04:25:40 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2008-06-26 04:25:40 +0000 |
| commit | 65437a95e146a90d74686eb4414f1a210cbac0fe (patch) | |
| tree | 57ececb44c1c2a08f91c767f9d64be45dbf6d249 /docs | |
| parent | 345a0967568cf138c8d4b889ced8047f9c716b64 (diff) | |
Improved our tests so that they don't raise an error if setuptools isn't installed, hence ridding the test suite of all dependencies. Also updated docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7751 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/contributing.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/contributing.txt b/docs/contributing.txt index 92575dd243..686c440c96 100644 --- a/docs/contributing.txt +++ b/docs/contributing.txt @@ -747,10 +747,8 @@ dependencies: * Docutils_ * setuptools_ -Of these dependencies, setuptools_ is the only dependency that is required. If -setuptools_ is not installed, you'll get import errors when running one of -the template tests. The tests using the other dependencies will be skipped if the -particular library can't be found. +Each of these dependencies is optional. If you're missing any of them, the +associated tests will be skipped. .. _PyYAML: http://pyyaml.org/wiki/PyYAML .. _Markdown: http://pypi.python.org/pypi/Markdown/1.7 |
