[Python-modules-commits] [kitchen] 01/06: Temporarily disable test_text_display.py on Python >= 3.6.

Sergio Durigan Junior sergiodj-guest at moszumanska.debian.org
Mon Aug 21 00:09:43 UTC 2017


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

sergiodj-guest pushed a commit to branch master
in repository kitchen.

commit 6cc618157c3e9b76ca216701d36a60766e69b96a
Author: Sergio Durigan Junior <sergiodj at sergiodj.net>
Date:   Sun Aug 20 19:08:25 2017 -0400

    Temporarily disable test_text_display.py on Python >= 3.6.
    
    The unicode data in Python 3.6 has changed, and therefore
    test_text_display.py needs updating in order to reflect that.  Upstream
    has been notified but hasn't yet released a new version of the test.
    
    Hopefully upstream will release a fix soon.
    
    Closes: #868680
    Thanks: Edward Betts for digging up the reason of the failure.
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index ed59480..e058e16 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,10 @@ export PYBUILD_AFTER_TEST = rm -rf {build_dir}/tests
 # Necessary because of the i18n tests
 export LANGUAGE =
 
+# Temporary measure until upstream updates the unicode table according
+# to Python 3.6.  See #868680.
+export PYBUILD_TEST_ARGS_python3.6 = --exclude=test_text_display.py
+
 %:
 	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
 

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



More information about the Python-modules-commits mailing list