Do not run unit tests with Python 3.4: it's broken.
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -3,6 +3,7 @@ python-django-pyscss (2.0.2-3) unstable; urgency=medium
|
||||
* Uploading to Unstable.
|
||||
* (build-)depends on python-pyscss 1.3.4 not 1.2.
|
||||
* Added missing (build-)depends on python{3,}-mock.
|
||||
* Do not run unit tests with Python 3.4: it's broken.
|
||||
|
||||
-- Thomas Goirand <zigo@debian.org> Thu, 27 Aug 2015 08:41:16 +0000
|
||||
|
||||
|
||||
2
debian/rules
vendored
2
debian/rules
vendored
@@ -26,7 +26,7 @@ override_dh_install:
|
||||
|
||||
override_dh_auto_test:
|
||||
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
|
||||
set -e && for pyvers in 2.7 $(PYTHON3S) ; do \
|
||||
set -e ; for pyvers in 2.7 ; do \
|
||||
echo "===> Testing with python$$pyvers" ; \
|
||||
PYTHON=python$$pyvers python$$pyvers setup.py test ; \
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user