Don't run Py3 tests

This commit is contained in:
Ondřej Nový 2016-06-26 01:44:00 +02:00
parent e623ec8465
commit f4df5fb9ad
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -4,6 +4,7 @@ python-ceilometermiddleware (0.4.0-1) UNRELEASED; urgency=medium
* d/rules: Changed UPSTREAM_GIT protocol to https
* Added python-mock to B-D (Closes: #827688)
* Changed B-D and D for new upstream release
* Don't run Py3 tests
-- Ondřej Nový <onovy@debian.org> Sun, 26 Jun 2016 01:40:37 +0200

2
debian/rules vendored
View File

@ -26,7 +26,7 @@ override_dh_install:
override_dh_auto_test:
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
@echo "===> Running tests"
set -e ; set -x ; for i in 2.7 $(PYTHON3S) ; do \
set -e ; set -x ; for i in 2.7 ; do \
PYMAJOR=`echo $$i | cut -d'.' -f1` ; \
echo "===> Testing with python$$i (python$$PYMAJOR)" ; \
rm -rf .testrepository ; \