[Python-modules-commits] [python-django-extensions] 07/07: Don't run tests on setup.py
Brian May
bam at moszumanska.debian.org
Sun Nov 6 10:36:38 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 fac6fec01da5203777fb3c56ce2fcdc8abc59ab1
Author: Brian May <bam at debian.org>
Date: Sun Nov 6 10:19:15 2016 +1100
Don't run tests on setup.py
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 47fae85..ae76660 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ get-orig-source:
override_dh_auto_test:
PYTHONPATH=. \
- dh_auto_test -- --system=custom --test-args="{interpreter} -m pytest --ds=tests.testapp.settings --cov=django_extensions"
+ dh_auto_test -- --system=custom --test-args="{interpreter} -m pytest --ds=tests.testapp.settings --cov=django_extensions django_extensions"
override_dh_auto_build:
set -e; \
--
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