[Python-modules-commits] r29214 - in packages/requests/trunk/debian (changelog rules)
barry at users.alioth.debian.org
barry at users.alioth.debian.org
Wed Jun 4 15:00:02 UTC 2014
Date: Wednesday, June 4, 2014 @ 15:00:00
Author: barry
Revision: 29214
Disable the test suite until upstream issue #1166 is fixed, since it
currently requires external internet access.
Modified:
packages/requests/trunk/debian/changelog
packages/requests/trunk/debian/rules
Modified: packages/requests/trunk/debian/changelog
===================================================================
--- packages/requests/trunk/debian/changelog 2014-06-04 14:43:52 UTC (rev 29213)
+++ packages/requests/trunk/debian/changelog 2014-06-04 15:00:00 UTC (rev 29214)
@@ -3,7 +3,6 @@
* Team upload.
* New upstream release.
* d/control: Added python{,3}-pytest to Build-Depends.
- * d/rules: Fixed running of test suite during package build.
* d/patches/*: Refreshed.
-- Barry Warsaw <barry at debian.org> Wed, 04 Jun 2014 10:40:46 -0400
Modified: packages/requests/trunk/debian/rules
===================================================================
--- packages/requests/trunk/debian/rules 2014-06-04 14:43:52 UTC (rev 29213)
+++ packages/requests/trunk/debian/rules 2014-06-04 15:00:00 UTC (rev 29214)
@@ -5,11 +5,20 @@
%:
dh $@ --with python2,python3 --buildsystem=pybuild
+# The test suite currently requires external network access, so we
+# can't enable it. Once this issue is fixed, it will be easy to
+# re-enable.
+#
+# https://github.com/kennethreitz/requests/issues/1166
+#
+# barry at debian.org 2014-06-04
+#override_dh_auto_test:
+# PYBUILD_SYSTEM=custom \
+# PYBUILD_TEST_ARGS="{interpreter} test_requests.py" \
+# http_proxy= https_proxy= \
+# dh_auto_test
+
override_dh_auto_test:
- PYBUILD_SYSTEM=custom \
- PYBUILD_TEST_ARGS="{interpreter} test_requests.py" \
- http_proxy= https_proxy= \
- dh_auto_test
override_dh_installchangelogs:
dh_installchangelogs HISTORY.rst
More information about the Python-modules-commits
mailing list