[Python-modules-commits] [python-aiohttp] 04/04: disable test_client_functional_oldstyle on Python 3.5
Piotr Ożarowski
piotr at moszumanska.debian.org
Thu Jan 28 21:51:37 UTC 2016
This is an automated email from the git hooks/post-receive script.
piotr pushed a commit to branch master
in repository python-aiohttp.
commit f932dec697e485dd19f522361d5c3c4901aacc4f
Author: Piotr Ożarowski <piotr at debian.org>
Date: Thu Jan 28 22:19:46 2016 +0100
disable test_client_functional_oldstyle on Python 3.5
---
debian/rules | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/rules b/debian/rules
index d050e4f..4e5e3cf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,8 @@ export PYBUILD_NAME = aiohttp
# enable pytest also here to make backports easier
export PYBUILD_TEST_PYTEST=1
export PYBUILD_TEST_ARGS={dir}/tests
+export PYBUILD_TEST_ARGS_python3.5=$(PYBUILD_TEST_ARGS) -k-test_client_functional_oldstyle
+export PYBUILD_TEST_ARGS_python3.5-dbg=$(PYBUILD_TEST_ARGS_python3.5)
%:
dh $@ --with python3,sphinxdoc --buildsystem pybuild
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-aiohttp.git
More information about the Python-modules-commits
mailing list