[Python-modules-commits] [python-django-extensions] 01/01: Retry fix tests
Brian May
bam at moszumanska.debian.org
Sun May 1 10:11:41 UTC 2016
This is an automated email from the git hooks/post-receive script.
bam pushed a commit to branch master
in repository python-django-extensions.
commit c8ef549e6fab8a29cf3a20bcce26bdd296a81768
Author: Brian May <bam at debian.org>
Date: Sun May 1 19:54:29 2016 +1000
Retry fix tests
---
debian/rules | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 604141a..9f97006 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,4 +17,5 @@ get-orig-source:
uscan --verbose --rename
override_dh_auto_test:
- dh_auto_test -- --system=custom --test-args="{interpreter} setup.py test --pytest-args='tests --ds=tests.testapp.settings --cov=django_extensions'"
+ PYTHONPATH=. \
+ dh_auto_test -- --system=custom --test-args="{interpreter} -m pytest --ds=tests.testapp.settings --cov=django_extensions"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django-extensions.git
More information about the Python-modules-commits
mailing list