Hi
> ERROR: test_correct_url_value_passes
> (modeltests.validation.tests.BaseModelValidationTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/build/user-python-django_1.2.3-1-amd64-37G2hK/python-django-1.2.3/tests/modeltests/validation/tests.py",
> line 61, in test_correct_url_value_passes
> self.assertEqual(None, mtv.full_clean()) # This will fail if there's no
> Internet connection
> File
> "/build/user-python-django_1.2.3-1-amd64-37G2hK/python-django-1.2.3/django/db/models/base.py",
> line 881, in full_clean
> raise ValidationError(errors)
> ValidationError: {'url': [u'This URL appears to be a broken link.']}
This test seems to be designed to fail with no network available.
A package should build fine without network, thus all tests needing
network should be disabled (or rewritten to not need network).
Regards
Evgeni
--
Bruce Schneier can read and understand Perl programs.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]