[Python-modules-commits] [cookiecutter] 09/09: No need to create a HOME directory

Vincent Bernat bernat at moszumanska.debian.org
Sun Nov 15 23:12:44 UTC 2015


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

bernat pushed a commit to branch master
in repository cookiecutter.

commit a6782d134ff9806a55f5d7e2c370c3618a6d81f4
Author: Vincent Bernat <vincent at bernat.im>
Date:   Mon Nov 16 00:09:35 2015 +0100

    No need to create a HOME directory
---
 debian/rules | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index adec4c4..0cdcb28 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,10 +18,6 @@ override_dh_auto_clean:
 	dh_auto_clean
 	find . \( -name '*.py[co]' -or -name '\._*' -or -name '\.DS_Store' \) -delete
 
-override_dh_auto_test:
-	mkdir -p $(PWD)/.fake-home
-	HOME=$(PWD)/.fake-home dh_auto_test || (rm -rf $(PWD)/.fake-home ; exit 1)
-
 override_dh_install:
 	dh_install
 	# Move cookiecutter executable in its dedicated package

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



More information about the Python-modules-commits mailing list