[Python-modules-commits] [django-nose] 03/14: Disable tests that use REUSE_DB as they are currently broken.
Thomas Goirand
zigo at moszumanska.debian.org
Tue Jul 19 12:24:45 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 e7b67fe9cee8bf59b4f2f183a4427411860dc297
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 e66c055..0b680b7 100755
--- a/runtests.sh
+++ b/runtests.sh
@@ -185,12 +185,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