[Python-modules-commits] [vcr.py] 01/03: Exclude TLS failing tests

Daniele Tricoli eriol-guest at moszumanska.debian.org
Sat Sep 23 01:32:13 UTC 2017


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

eriol-guest pushed a commit to branch master
in repository vcr.py.

commit 89c483d90f57b3b167762516a90749699843c2c4
Author: Daniele Tricoli <eriol at mornie.org>
Date:   Thu Sep 21 21:06:58 2017 +0200

    Exclude TLS failing tests
---
 debian/tests/python3-vcr | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/debian/tests/python3-vcr b/debian/tests/python3-vcr
index 0bc599e..1679e40 100755
--- a/debian/tests/python3-vcr
+++ b/debian/tests/python3-vcr
@@ -1,3 +1,15 @@
 #!/bin/sh -e
-py3versions -i | tr ' ' '\n' | xargs -I {} env {} -Wd -m pytest -v -x -rs 2>&1
+
+TESTS_TO_EXCLUDE="not test_response_code and \
+not test_random_body and \
+not test_response_headers and \
+not test_effective_url and \
+not test_multiple_requests and \
+not test_get_data and \
+not test_post_data and \
+not test_post_unicode_data and \
+not test_decorator and \
+not test_cross_scheme"
+
+py3versions -i | tr ' ' '\n' | xargs -I {} env {} -Wd -m pytest -k "${TESTS_TO_EXCLUDE}" -v -x -rs 2>&1
 

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



More information about the Python-modules-commits mailing list