[Python-modules-commits] r33416 - in packages/python-werkzeug/trunk/debian (3 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Mon Jul 20 20:23:35 UTC 2015


    Date: Monday, July 20, 2015 @ 20:23:34
  Author: piotr
Revision: 33416

Add python{3,}-requests and python{3,}-pytest to Build-Depends

upstream switched test suite to py.tests

disable tests/contrib/test_cache.py as pytest.xprocess is not yet packaged

Modified:
  packages/python-werkzeug/trunk/debian/changelog
  packages/python-werkzeug/trunk/debian/control
  packages/python-werkzeug/trunk/debian/rules

Modified: packages/python-werkzeug/trunk/debian/changelog
===================================================================
--- packages/python-werkzeug/trunk/debian/changelog	2015-07-20 19:45:04 UTC (rev 33415)
+++ packages/python-werkzeug/trunk/debian/changelog	2015-07-20 20:23:34 UTC (rev 33416)
@@ -10,6 +10,8 @@
     debian/python{3,}-werkzeug.links files instead of override_dh_python
   * Replace Noah with DPMT in Maintainer (thanks Noah for all your work)
   * Standards-Version bumped to 3.9.6 (no changes needed)
+  * Add python{3,}-requests and python{3,}-pytest to Build-Depends
+    (upstream switched test suite to py.tests)
 
  -- Piotr Ożarowski <piotr at debian.org>  Mon, 20 Jul 2015 21:09:06 +0200
 

Modified: packages/python-werkzeug/trunk/debian/control
===================================================================
--- packages/python-werkzeug/trunk/debian/control	2015-07-20 19:45:04 UTC (rev 33415)
+++ packages/python-werkzeug/trunk/debian/control	2015-07-20 20:23:34 UTC (rev 33416)
@@ -8,6 +8,8 @@
  python-all, python3-all,
  python-setuptools (>= 0.6b3), python3-setuptools (>= 0.6b3),
 # for tests:
+ python-pytest, python3-pytest,
+ python-requests, python3-requests,
  python-simplejson, python3-simplejson,
  python-nose, python3-nose,
  python-lxml, python3-lxml,

Modified: packages/python-werkzeug/trunk/debian/rules
===================================================================
--- packages/python-werkzeug/trunk/debian/rules	2015-07-20 19:45:04 UTC (rev 33415)
+++ packages/python-werkzeug/trunk/debian/rules	2015-07-20 20:23:34 UTC (rev 33416)
@@ -7,6 +7,9 @@
 # notice are preserved.
 
 export PYBUILD_NAME=werkzeug
+export PYBUILD_TEST_PYTEST=1
+# disable some tests as pytest.xprocess is not yet packaged
+export PYBUILD_TEST_ARGS={dir}/tests -k-tests/contrib/test_cache.py
 
 %:
 	dh $@ --with python2,python3,sphinxdoc --buildsystem pybuild




More information about the Python-modules-commits mailing list