Satisfy "make check".

This commit is contained in:
Georg Brandl
2011-10-09 23:09:57 +02:00
parent 356b1ab8d3
commit 9a4a3c9afa
8 changed files with 22 additions and 16 deletions

View File

@@ -167,7 +167,8 @@ def test_load_mappings_warnings(tempdir, app):
'http://docs.python.org/': inv_file,
'py3k': ('http://docs.python.org/py3k/', inv_file),
'repoze.workflow': ('http://docs.repoze.org/workflow/', inv_file),
'django-taggit': ('http://django-taggit.readthedocs.org/en/latest/', inv_file)
'django-taggit': ('http://django-taggit.readthedocs.org/en/latest/',
inv_file)
}
app.config.intersphinx_cache_limit = 0