[Python-modules-commits] [pylint-common] 01/02: duplicated Raphaël's settings on tests for pylint-celery

Daniel Stender danstender-guest at moszumanska.debian.org
Sat Jul 25 22:25:50 UTC 2015


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

danstender-guest pushed a commit to branch master
in repository pylint-common.

commit b1a8339cb3ac8883af10f75e6170ad0256a51e2d
Author: Daniel Stender <debian at danielstender.com>
Date:   Sun Jul 26 00:08:02 2015 +0200

    duplicated Raphaël's settings on tests for pylint-celery
---
 debian/changelog | 2 +-
 debian/control   | 6 ++++--
 debian/rules     | 3 +++
 3 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0d19ec3..5f5f17b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,4 +2,4 @@ pylint-common (0.2.1-1) unstable; urgency=medium
 
   * Initial release (Closes: #788237).
 
- -- Daniel Stender <debian at danielstender.com>  Mon, 29 Jun 2015 08:25:16 +0200
+ -- Daniel Stender <debian at danielstender.com>  Sun, 26 Jul 2015 00:09:34 +0200
diff --git a/debian/control b/debian/control
index 03c2ecf..978fc86 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,6 @@ Uploaders:
 Build-Depends:
  debhelper (>= 9),
  dh-python,
- pylint (>= 1.0.0),
  python-all,
  python-astroid,
  python-pylint-plugin-utils,
@@ -15,7 +14,10 @@ Build-Depends:
  python3-all,
  python3-astroid,
  python3-pylint-plugin-utils,
- python3-setuptools
+ python3-setuptools,
+ pylint (>= 1.0.0),
+# Enable once pylint3 is in unstable:
+# pylint3
 Standards-Version: 3.9.6
 Homepage: https://github.com/landscapeio/pylint-common
 Vcs-Git: git://anonscm.debian.org/python-modules/packages/pylint-common.git
diff --git a/debian/rules b/debian/rules
index 1261985..9f502e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,3 +7,6 @@ export PYBUILD_NAME=pylint-common
 	dh $@ --with python2,python3 --buildsystem=pybuild
 
 override_dh_auto_test:
+	PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=. python2 test/test_func.py
+	# Enable once pylint3 is in unstable
+	#PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=. python3 test/test_func.py

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



More information about the Python-modules-commits mailing list