[Python-modules-commits] [pystaticconfiguration] 05/05: Document why we added the PYTHONPATH

Raphaël Hertzog hertzog at moszumanska.debian.org
Mon Nov 13 16:08:05 UTC 2017


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

hertzog pushed a commit to branch debian/master
in repository pystaticconfiguration.

commit 425319de8c7d4cbafff5a7fc520c851dd07d78c0
Author: Raphaël Hertzog <hertzog at debian.org>
Date:   Mon Nov 13 17:05:52 2017 +0100

    Document why we added the PYTHONPATH
---
 debian/rules | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index a7bc587..61ef072 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,9 @@
 #!/usr/bin/make -f
 
 export PYBUILD_NAME=staticconf
-#export PYTHONPATH=$(CURDIR)
+
+# Needed so that the tests find the testing.* modules
+export PYTHONPATH=$(CURDIR)
 
 %:
 	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild

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



More information about the Python-modules-commits mailing list