[Python-modules-commits] [python-urllib3] 04/05: Skip test_recent_date test
Ondrej Novy
onovy at debian.org
Thu Jan 4 14:12:24 UTC 2018
This is an automated email from the git hooks/post-receive script.
onovy pushed a commit to branch master
in repository python-urllib3.
commit 9d0adac95ad077b76c4f899b6380c6dbc476ce9f
Author: Ondřej Nový <onovy at debian.org>
Date: Thu Jan 4 15:09:12 2018 +0100
Skip test_recent_date test
---
debian/changelog | 1 +
debian/rules | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index d76f402..34f6fda 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ python-urllib3 (1.22-1) UNRELEASED; urgency=medium
* Standards-Version is 4.1.3 now (no changes needed)
* Add python{3,}-pytest to B-D
* Use pytest for unit tests (same as upstream) and skip timing tests
+ * Skip test_recent_date test
* Use autopkgtest-pkg-python testsuite instead of hardcoded one
-- Ondřej Nový <onovy at debian.org> Mon, 11 Dec 2017 21:22:20 +0100
diff --git a/debian/rules b/debian/rules
index 8e1961d..1398a5e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,8 @@ export PYBUILD_TEST_ARGS=\
--ignore=test/appengine \
--ignore=test/with_dummyserver \
--ignore=test/test_connectionpool.py \
- --ignore=test/contrib/test_socks.py
+ --ignore=test/contrib/test_socks.py \
+ -k-test_recent_date
# Skip timing tests
export TRAVIS=1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-urllib3.git
More information about the Python-modules-commits
mailing list