[Python-apps-commits] r12881 - in packages/pydocstyle/trunk/debian (2 files)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Sun Mar 6 11:27:12 UTC 2016


    Date: Sunday, March 6, 2016 @ 11:27:11
  Author: danstender-guest
Revision: 12881

deb/tests/pydocstyle: aligned current testing with deb/rules

Modified:
  packages/pydocstyle/trunk/debian/changelog
  packages/pydocstyle/trunk/debian/tests/pydocstyle

Modified: packages/pydocstyle/trunk/debian/changelog
===================================================================
--- packages/pydocstyle/trunk/debian/changelog	2016-03-06 11:23:12 UTC (rev 12880)
+++ packages/pydocstyle/trunk/debian/changelog	2016-03-06 11:27:11 UTC (rev 12881)
@@ -1,10 +1,11 @@
 pydocstyle (1.0.0-2) UNRELEASED; urgency=medium
 
   * added deb/source/options (ignore egg-info).
-  * deb/rules: skip test_integration completely temporarily (see comment).
+  * deb/rules: skip test_integration completely temporarily (see comment,
+    also changed in deb/tests/pydocstyle).
   * dropped fix-tests-py3-environment.patch (not needed anymore).
 
- -- Daniel Stender <stender at debian.org>  Sun, 06 Mar 2016 12:21:41 +0100
+ -- Daniel Stender <stender at debian.org>  Sun, 06 Mar 2016 12:23:38 +0100
 
 pydocstyle (1.0.0-1) unstable; urgency=medium
 

Modified: packages/pydocstyle/trunk/debian/tests/pydocstyle
===================================================================
--- packages/pydocstyle/trunk/debian/tests/pydocstyle	2016-03-06 11:23:12 UTC (rev 12880)
+++ packages/pydocstyle/trunk/debian/tests/pydocstyle	2016-03-06 11:27:11 UTC (rev 12881)
@@ -1,3 +1,3 @@
 #!/bin/sh
 set -e
-for py in $(py3versions -i); do echo "[*] testing $py:"; PYTHONPATH=. $py -Wd -m pytest -v -x --ignore=.pc 2>&1; done
+for py in $(py3versions -i); do echo "[*] testing $py:"; PYTHONPATH=. $py -Wd -m pytest -v -x src/tests/test_d* 2>&1; done




More information about the Python-apps-commits mailing list