[Python-modules-commits] [cookiecutter] 06/06: d/rules: enforce use of py.test for tests
Vincent Bernat
bernat at moszumanska.debian.org
Fri Oct 9 18:01:24 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 f6b6baf3736aa65c73d725af20bee0b65bb5a459
Author: Vincent Bernat <vincent at bernat.im>
Date: Fri Oct 9 19:59:21 2015 +0200
d/rules: enforce use of py.test for tests
---
debian/changelog | 1 +
debian/rules | 1 +
2 files changed, 2 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index e759afc..695e8e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ cookiecutter (1.1.0-1) UNRELEASED; urgency=medium
+ Drop all current patches.
+ Complete build-dependencies (future, whichcraft).
* d/rules: use PYBUILD_NAME.
+ * d/rules: enforce use of py.test for tests.
-- Vincent Bernat <bernat at debian.org> Fri, 09 Oct 2015 19:39:40 +0200
diff --git a/debian/rules b/debian/rules
index 2404c2f..0cdcb28 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,7 @@
# -*- mode: makefile; coding: utf-8 -*-
export PYBUILD_NAME=cookiecutter
+export PYBUILD_TEST_PYTEST=1
export LC_ALL=C.UTF-8
export DISABLE_NETWORK_TESTS=1
--
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