[Python-modules-commits] [pylint-django] 04/07: deb/rules: enabled tests, updated info

Daniel Stender stender at moszumanska.debian.org
Fri Jun 24 19:20:20 UTC 2016


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

stender pushed a commit to branch master
in repository pylint-django.

commit 3508a923700ac9894562ba28c8c4a83c9eb059d5
Author: Daniel Stender <stender at debian.org>
Date:   Fri Jun 24 21:02:52 2016 +0200

    deb/rules: enabled tests, updated info
---
 debian/changelog | 3 ++-
 debian/rules     | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f98df9b..50f7374 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,9 @@ pylint-django (0.7.2-1) UNRELEASED; urgency=medium
 
   [ Daniel Stender ]
   * New upstream release.
+  * deb/rules: enabled tests, updated info.
 
- -- Daniel Stender <stender at debian.org>  Fri, 24 Jun 2016 20:52:59 +0200
+ -- Daniel Stender <stender at debian.org>  Fri, 24 Jun 2016 21:01:32 +0200
 
 pylint-django (0.7.1-1) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 6454a02..b4fa6a0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,5 +9,5 @@ override_dh_install:
 	dh_install --fail-missing
 
 override_dh_auto_test:
-	# https://github.com/landscapeio/pylint-django/issues/62
-	# PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=. {interpreter} test/test_func.py" dh_auto_test
+	# tests should run now but Pypi tarball doesn't ship them completely
+	PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=. {interpreter} test/test_func.py" dh_auto_test

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



More information about the Python-modules-commits mailing list