Codebase list glance / debian/13.0.0_b1-1
* Disable test_wsgi_ipv6.IPv6ServerTest.test_evnetlet_no_dnspython that is failing in Xenial. Thomas Goirand 7 years ago
2 changed file(s) with 3 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
22 * New upstream release.
33 * Fixed (build-)depends for this release.
44 * Added fix-requirements.txt.patch.
5 * Disable test_wsgi_ipv6.IPv6ServerTest.test_evnetlet_no_dnspython that is
6 failing in Xenial.
57
68 -- Thomas Goirand <zigo@debian.org> Thu, 09 Jun 2016 09:46:22 +0200
79
2020 rm -rf .testrepository ; \
2121 testr-python$$PYMAJOR init ; \
2222 TEMP_REZ=`mktemp -t` ; \
23 PYTHONPATH=$(CURDIR) PYTHON=python$$i testr-python$$PYMAJOR run --subunit 'glance\.tests\.unit.*' | tee $$TEMP_REZ | subunit2pyunit ; \
23 PYTHONPATH=$(CURDIR) PYTHON=python$$i testr-python$$PYMAJOR run --subunit 'glance\.tests\.unit\.(?!.*test_wsgi_ipv6\.IPv6ServerTest\.test_evnetlet_no_dnspython.*)' | tee $$TEMP_REZ | subunit2pyunit ; \
2424 cat $$TEMP_REZ | subunit-filter -s --no-passthrough | subunit-stats ; \
2525 rm -f $$TEMP_REZ ; \
2626 testr-python$$PYMAJOR slowest ; \