[Python-modules-commits] [python-pyscss] 01/01: Adjust debian/rules not to depend on pytest entry points for all supported python/python3 versions

Scott Kitterman kitterman at moszumanska.debian.org
Tue Jan 19 13:59:48 UTC 2016


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

kitterman pushed a commit to branch master
in repository python-pyscss.

commit 904dbb26c366c0eab64ee6a37162754f0b0b5538
Author: Scott Kitterman <scott at kitterman.com>
Date:   Tue Jan 19 08:56:47 2016 -0500

    Adjust debian/rules not to depend on pytest entry points for all supported python/python3 versions
---
 debian/changelog | 4 +++-
 debian/rules     | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c79592a..492d961 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,10 @@ python-pyscss (1.3.4-5) unstable; urgency=medium
   * Don't hard-code the python versions used in build to prevent FTBFS once
     python3.4 is dropped from supported versions (Closes: #811493)
     - Thanks to Matthias Klose for the patch
+  * Adjust debian/rules not to depend on pytest entry points for all supported
+    python/python3 versions
 
- -- Scott Kitterman <scott at kitterman.com>  Tue, 19 Jan 2016 08:38:55 -0500
+ -- Scott Kitterman <scott at kitterman.com>  Tue, 19 Jan 2016 08:56:08 -0500
 
 python-pyscss (1.3.4-4) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index d22ec9d..c609c55 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,6 +34,6 @@ override_dh_auto_test:
 ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
 	set -e ; for pyvers in $(PYTHONS) $(PYTHON3S); do \
 		echo "=========== running tests with python$$pyvers ==========="; \
-		py.test-$$pyvers ; \
+		python$$pyvers -m pytest ; \
 	done
 endif

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



More information about the Python-modules-commits mailing list