]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Do not run Py3 tests.
authorThomas Goirand <thomas@goirand.fr>
Mon, 13 Jun 2016 12:05:03 +0000 (12:05 +0000)
committerThomas Goirand <thomas@goirand.fr>
Mon, 13 Jun 2016 12:05:03 +0000 (12:05 +0000)
Rewritten-From: 3322957992c982620e80d117ba2de89355a86967

xenial/debian/rules

index 0c325ce8148ca072de756f22a471530e2c41089c..e83cdf5a9a3eb30e70bf266686b222d56f724c35 100755 (executable)
@@ -174,7 +174,7 @@ override_dh_clean:
 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 ; \