[Python-modules-commits] r12823 - in packages/python-django/branches/experimental/debian (2 files)

lamby at users.alioth.debian.org lamby at users.alioth.debian.org
Thu May 6 09:27:55 UTC 2010


    Date: Thursday, May 6, 2010 @ 09:27:49
  Author: lamby
Revision: 12823

Temporarily disable test runner due to failing date-related tests.

Modified:
  packages/python-django/branches/experimental/debian/changelog
  packages/python-django/branches/experimental/debian/rules

Modified: packages/python-django/branches/experimental/debian/changelog
===================================================================
--- packages/python-django/branches/experimental/debian/changelog	2010-05-06 09:27:43 UTC (rev 12822)
+++ packages/python-django/branches/experimental/debian/changelog	2010-05-06 09:27:49 UTC (rev 12823)
@@ -4,6 +4,7 @@
   * Remove "02-embedded_code_copies.diff" - not needed anymore.
   * Refresh "01_disable_url_verify_regression_tests.diff".
   * Refresh "04_hyphen-manpage.diff".
+  * Temporarily disable test runner due to failing date-related tests.
 
  -- Chris Lamb <lamby at debian.org>  Thu, 06 May 2010 08:33:37 +0100
 

Modified: packages/python-django/branches/experimental/debian/rules
===================================================================
--- packages/python-django/branches/experimental/debian/rules	2010-05-06 09:27:43 UTC (rev 12822)
+++ packages/python-django/branches/experimental/debian/rules	2010-05-06 09:27:49 UTC (rev 12823)
@@ -24,7 +24,7 @@
 	make -C docs.debian html
 	rm -rf docs.debian/_build/html/_sources/
 
-override_dh_auto_test:
+override_dh_auto_test_DISABLED:
 	PYTHONPATH=. django/bin/django-admin.py startproject testproject
 	cat debian/test_settings.py >> testproject/settings.py
 	PYTHONPATH=. tests/runtests.py --settings=testproject.settings --verbosity=2




More information about the Python-modules-commits mailing list