[Python-modules-commits] r33119 - in packages/pyudev/trunk/debian (3 files)

fgeyer at users.alioth.debian.org fgeyer at users.alioth.debian.org
Fri Jun 26 17:46:30 UTC 2015


    Date: Friday, June 26, 2015 @ 17:46:28
  Author: fgeyer
Revision: 33119

Add autopkgtests.

Added:
  packages/pyudev/trunk/debian/tests/
  packages/pyudev/trunk/debian/tests/control
Modified:
  packages/pyudev/trunk/debian/changelog

Modified: packages/pyudev/trunk/debian/changelog
===================================================================
--- packages/pyudev/trunk/debian/changelog	2015-06-26 16:32:24 UTC (rev 33118)
+++ packages/pyudev/trunk/debian/changelog	2015-06-26 17:46:28 UTC (rev 33119)
@@ -6,6 +6,7 @@
   * Bump Standards-Version to 3.9.6, no changes needed.
   * Build-depend on dh-python.
   * Switch to debhelper compat level 9.
+  * Add autopkgtests.
 
  -- Felix Geyer <fgeyer at debian.org>  Sun, 22 Mar 2015 13:24:34 +0100
 

Added: packages/pyudev/trunk/debian/tests/control
===================================================================
--- packages/pyudev/trunk/debian/tests/control	                        (rev 0)
+++ packages/pyudev/trunk/debian/tests/control	2015-06-26 17:46:28 UTC (rev 33119)
@@ -0,0 +1,5 @@
+Test-Command: py.test tests/test_core.py
+Depends: python-pyudev, python-pytest, python-mock
+
+Test-Command: py.test-3 tests/test_core.py
+Depends: python3-pyudev, python3-pytest, python3-mock




More information about the Python-modules-commits mailing list