[Python-modules-commits] [pylint-common] 05/13: run tests also on py3

Daniel Stender danstender-guest at moszumanska.debian.org
Mon Jan 11 19:38:12 UTC 2016


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 7c33ea7d5fc1e066d946390a044eb184487ff34c
Author: Daniel Stender <debian at danielstender.com>
Date:   Mon Jan 11 16:57:48 2016 +0100

    run tests also on py3
---
 debian/changelog | 9 ++++++---
 debian/control   | 3 +--
 debian/rules     | 3 +--
 3 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 040f029..40f0977 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,13 @@
 pylint-common (0.2.2-1) UNRELEASED; urgency=medium
 
   * New upstream release (Closes: #810231).
-  * deb/control: put myself in Uploaders and the group in Maintainer (group
-    uploads w/o confirmation are o.k.).
+  * deb/control:
+    + put myself in Uploaders and the group in Maintainer (group uploads
+      w/o confirmation are o.k.).
+    + add pylint3 to build-depends.
+  * deb/rules: enable tests with Python3.
 
- -- Daniel Stender <debian at danielstender.com>  Mon, 11 Jan 2016 16:50:13 +0100
+ -- Daniel Stender <debian at danielstender.com>  Mon, 11 Jan 2016 16:53:55 +0100
 
 pylint-common (0.2.1-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 32e6b42..4df3cd4 100644
--- a/debian/control
+++ b/debian/control
@@ -15,8 +15,7 @@ Build-Depends:
  python3-pylint-plugin-utils,
  python3-setuptools,
  pylint (>= 1.0.0),
-# Enable once pylint3 is in unstable:
-# pylint3
+ 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 9f502e9..a150f11 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,5 +8,4 @@ export PYBUILD_NAME=pylint-common
 
 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
+	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