[Python-modules-commits] [python-oauthlib] 01/02: Enable autopkgtest tests

Daniele Tricoli eriol-guest at moszumanska.debian.org
Mon Sep 25 23:28:01 UTC 2017


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

eriol-guest pushed a commit to branch master
in repository python-oauthlib.

commit 51c64ec1caae2a8ff055f94b6b80585d5e687bcf
Author: Daniele Tricoli <eriol at mornie.org>
Date:   Tue Sep 26 00:37:47 2017 +0200

    Enable autopkgtest tests
---
 debian/tests/control          | 16 ++++++++++++++++
 debian/tests/python-oauthlib  |  2 ++
 debian/tests/python3-oauthlib |  2 ++
 3 files changed, 20 insertions(+)

diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..f9073ec
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,16 @@
+Tests: python-oauthlib
+Depends: python-all,
+         python-blinker,
+         python-cryptography,
+         python-jwt (>= 1.0.0),
+         python-mock,
+         python-nose,
+         python-unittest2
+
+Tests: python3-oauthlib
+Depends:  python3-all,
+          python3-blinker,
+          python3-cryptography,
+          python3-jwt (>= 1.0.0),
+          python3-mock,
+          python3-nose
diff --git a/debian/tests/python-oauthlib b/debian/tests/python-oauthlib
new file mode 100644
index 0000000..e860020
--- /dev/null
+++ b/debian/tests/python-oauthlib
@@ -0,0 +1,2 @@
+#!/bin/sh -e
+pyversions -i | tr ' ' '\n' | xargs -I {} env {} -Wd -m nose -v 2>&1
diff --git a/debian/tests/python3-oauthlib b/debian/tests/python3-oauthlib
new file mode 100644
index 0000000..2f5d42d
--- /dev/null
+++ b/debian/tests/python3-oauthlib
@@ -0,0 +1,2 @@
+#!/bin/sh -e
+py3versions -i | tr ' ' '\n' | xargs -I {} env {} -Wd -m nose -v 2>&1

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



More information about the Python-modules-commits mailing list