[Python-modules-commits] [python-motor] 12/14: d/tests: Run upstream unit tests

Ondřej Nový onovy at moszumanska.debian.org
Sat Apr 8 13:43:33 UTC 2017


This is an automated email from the git hooks/post-receive script.

onovy pushed a commit to branch master
in repository python-motor.

commit dc798e432c55171677681319366cc3e765b165fe
Author: Ondřej Nový <onovy at debian.org>
Date:   Sat Apr 8 15:38:56 2017 +0200

    d/tests: Run upstream unit tests
---
 debian/changelog              |  1 +
 debian/tests/control.autodep8 | 17 +++++++++++++++++
 2 files changed, 18 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 8d4a639..775e212 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ python-motor (1.1-1) UNRELEASED; urgency=medium
   * Remove not needed B-D which are useful only for tests
   * Add python{,3}-gridfs and python-concurrent.futures to Depends
   * Suggests python{,3}-tornado and python3-aiohttp
+  * d/tests: Run upstream unit tests
 
  -- Ondřej Nový <onovy at debian.org>  Mon, 05 Dec 2016 18:56:55 +0100
 
diff --git a/debian/tests/control.autodep8 b/debian/tests/control.autodep8
new file mode 100644
index 0000000..46020b2
--- /dev/null
+++ b/debian/tests/control.autodep8
@@ -0,0 +1,17 @@
+Depends: python-mockupdb,
+         python-motor,
+         python-setuptools,
+         python-tornado,
+         mongodb-server,
+Restrictions: allow-stderr,
+              isolation-container,
+Test-Command: python setup.py test
+
+Depends: python3-mockupdb,
+         python3-motor,
+         python3-setuptools,
+         python3-tornado,
+         mongodb-server,
+Restrictions: allow-stderr,
+              isolation-container,
+Test-Command: python3 setup.py test

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-motor.git



More information about the Python-modules-commits mailing list