[Pkg-privacy-commits] [obfsproxy] 02/03: Add PYTHONPATH=. when running the tests

Ximin Luo infinity0 at debian.org
Thu Sep 22 11:16:27 UTC 2016


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

infinity0 pushed a commit to branch master
in repository obfsproxy.

commit ee6a5b1842934e59e281c2e851fd266b98db1ac7
Author: Ximin Luo <infinity0 at debian.org>
Date:   Thu Sep 22 13:11:04 2016 +0200

    Add PYTHONPATH=. when running the tests
    
    This seems to be required for newer versions of Twisted or Python, I couldn't
    figure out the exact source of the problem.
---
 debian/changelog | 7 +++++++
 debian/rules     | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8a700a1..08dfa43 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+obfsproxy (0.2.13-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Add PYTHONPATH=. when running the tests. (Closes: #837247)
+
+ -- Ximin Luo <infinity0 at debian.org>  Thu, 22 Sep 2016 13:10:43 +0200
+
 obfsproxy (0.2.13-1) unstable; urgency=medium
 
   * Package is now maintained as part of the pkg-privacy team.
diff --git a/debian/rules b/debian/rules
index cd26398..fbbfd62 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,5 +14,5 @@ override_dh_installman:
 
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 override_dh_auto_test:
-	trial obfsproxy
+	PYTHONPATH=. trial obfsproxy
 endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/obfsproxy.git



More information about the Pkg-privacy-commits mailing list