[Python-modules-commits] [responses] 01/01: Change directory to $ADTTMP before running Debian tests

Ondřej Nový onovy-guest at moszumanska.debian.org
Tue Apr 19 19:40:24 UTC 2016


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

onovy-guest pushed a commit to branch master
in repository responses.

commit 1cb9fcec70984fb082d48c0232ec7014cb0328a5
Author: Ondřej Nový <novy at ondrej.org>
Date:   Tue Apr 19 21:39:50 2016 +0200

    Change directory to $ADTTMP before running Debian tests
---
 debian/changelog     | 6 ++++++
 debian/tests/control | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 70b1f4e..13bcf89 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+responses (0.5.1-2) UNRELEASED; urgency=medium
+
+  * Change directory to $ADTTMP before running Debian tests
+
+ -- Ondřej Nový <novy at ondrej.org>  Tue, 19 Apr 2016 21:39:34 +0200
+
 responses (0.5.1-1) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/tests/control b/debian/tests/control
index 53d90b5..b915e82 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,5 +1,5 @@
 Depends: python-responses
-Test-Command: python -c "import responses; print responses.RequestsMock()"
+Test-Command: cd "$ADTTMP" ; python -c "import responses; print responses.RequestsMock()"
 
 Depends: python3-responses
-Test-Command: python3 -c "import responses; print(responses.RequestsMock())"
+Test-Command: cd "$ADTTMP" ; python3 -c "import responses; print(responses.RequestsMock())"

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



More information about the Python-modules-commits mailing list