[Python-apps-commits] r11723 - in packages/pybtex/trunk/debian (3 files)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Sat Feb 7 13:01:19 UTC 2015


    Date: Saturday, February 7, 2015 @ 13:01:18
  Author: danstender-guest
Revision: 11723

dep-8 test: enabled allow-stderr, corrected path

Modified:
  packages/pybtex/trunk/debian/changelog
  packages/pybtex/trunk/debian/tests/control
  packages/pybtex/trunk/debian/tests/pybtex

Modified: packages/pybtex/trunk/debian/changelog
===================================================================
--- packages/pybtex/trunk/debian/changelog	2015-02-06 19:51:58 UTC (rev 11722)
+++ packages/pybtex/trunk/debian/changelog	2015-02-07 13:01:18 UTC (rev 11723)
@@ -7,7 +7,7 @@
   * deb/copyright: updated.
   * deb/watch: watch pypi.debian.net.
 
- -- Daniel Stender <debian at danielstender.com>  Fri, 06 Feb 2015 11:28:41 +0100
+ -- Daniel Stender <debian at danielstender.com>  Sat, 07 Feb 2015 13:59:29 +0100
 
 pybtex (0.18-1) unstable; urgency=low
 

Modified: packages/pybtex/trunk/debian/tests/control
===================================================================
--- packages/pybtex/trunk/debian/tests/control	2015-02-06 19:51:58 UTC (rev 11722)
+++ packages/pybtex/trunk/debian/tests/control	2015-02-07 13:01:18 UTC (rev 11723)
@@ -1,2 +1,3 @@
 Tests: pybtex
-Depends: pybtex, python-all, python-nose
+Depends: pybtex, python-nose, python-yaml
+Restrictions: allow-stderr
\ No newline at end of file

Modified: packages/pybtex/trunk/debian/tests/pybtex
===================================================================
--- packages/pybtex/trunk/debian/tests/pybtex	2015-02-06 19:51:58 UTC (rev 11722)
+++ packages/pybtex/trunk/debian/tests/pybtex	2015-02-07 13:01:18 UTC (rev 11723)
@@ -1,3 +1,3 @@
 #!/bin/sh
 set -e -u
-pyversions -i | tr ' ' '\n' | xargs -I {} env {} /usr/bin/nosetests --verbose pybtex.tests 2>&1
\ No newline at end of file
+pyversions -i | tr ' ' '\n' | xargs -I {} env {} -m nose --verbose pybtex/tests 2>&1




More information about the Python-apps-commits mailing list