[Python-modules-commits] [django-nose] 09/14: Disable tests that use REUSE_DB as they are currently broken.
Thomas Goirand
zigo at moszumanska.debian.org
Tue Jul 19 12:24:46 UTC 2016
This is an automated email from the git hooks/post-receive script.
zigo pushed a commit to branch master
in repository django-nose.
commit 805d34fb894946b64255c5e38c50a46e122770b9
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Thu Jan 7 13:02:24 2016 +0100
Disable tests that use REUSE_DB as they are currently broken.
Bug-Vendor: https://github.com/django-nose/django-nose/milestones/Fix%20REUSE_DB=1
---
runtests.sh | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/runtests.sh b/runtests.sh
index d072fa3..588c46c 100755
--- a/runtests.sh
+++ b/runtests.sh
@@ -179,12 +179,12 @@ django_test "$PYTHON /usr/bin/django-admin test unittests --testrunner=testapp.c
reset_env
django_test "$PYTHON /usr/bin/django-admin test unittests --attr special $NOINPUT" 1 'select by attribute'
-reset_env
-export REUSE_DB=1
+#reset_env
+#export REUSE_DB=1
# For the many issues with REUSE_DB=1, see:
# https://github.com/django-nose/django-nose/milestones/Fix%20REUSE_DB=1
-django_test "$PYTHON /usr/bin/django-admin test $NOINPUT" $TESTAPP_COUNT 'with REUSE_DB=1, call #1' 'can fail'
-django_test "$PYTHON /usr/bin/django-admin test $NOINPUT" $TESTAPP_COUNT 'with REUSE_DB=1, call #2' 'can fail'
+#django_test "$PYTHON /usr/bin/django-admin test $NOINPUT" $TESTAPP_COUNT 'with REUSE_DB=1, call #1' 'can fail'
+#django_test "$PYTHON /usr/bin/django-admin test $NOINPUT" $TESTAPP_COUNT 'with REUSE_DB=1, call #2' 'can fail'
if [ "$HAS_HOTSHOT" = "1" ]
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-nose.git
More information about the Python-modules-commits
mailing list