Skip to content
Snippets Groups Projects
Commit 93054b7f authored by Thomas Goirand's avatar Thomas Goirand
Browse files

Do not run unit tests with Python 3.4: it's broken.

parent 440ae21f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment