[Python-modules-commits] [python-django-celery-beat] 09/16: Skip test_modeladmin_PeriodicTaskAdmin because it hangs during build.

Michael Fladischer fladi at moszumanska.debian.org
Fri Nov 24 11:09:07 UTC 2017


This is an automated email from the git hooks/post-receive script.

fladi pushed a commit to branch debian/master
in repository python-django-celery-beat.

commit e83a4d69f842a74104dd1ad97b44f115781bb826
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Fri Nov 24 11:01:46 2017 +0100

    Skip test_modeladmin_PeriodicTaskAdmin because it hangs during build.
---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c27bf56..acccdc1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ python-django-celery-beat (1.1.0-1) UNRELEASED; urgency=low
   * Add patch to fix expired solar tests.
   * Clean up files in django_celery_beat.egg-info to allow two builds in
     a row.
+  * Skip test_modeladmin_PeriodicTaskAdmin because it hangs during
+    build.
 
  -- Michael Fladischer <fladi at debian.org>  Mon, 13 Nov 2017 12:39:48 +0100
 
diff --git a/debian/rules b/debian/rules
index 915fc04..403efeb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,4 +18,4 @@ override_dh_clean:
 	dh_clean
 
 override_dh_auto_test:
-	dh_auto_test -- --system=custom --test-args="{interpreter} -m pytest"
+	dh_auto_test -- --system=custom --test-args="{interpreter} -m pytest -k 'not test_modeladmin_PeriodicTaskAdmin'"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django-celery-beat.git



More information about the Python-modules-commits mailing list