[Python-modules-commits] [python-dugong] 09/11: Fixed PYBUILD_TEST_ARGS.
Nikolaus Rath
nikratio-guest at moszumanska.debian.org
Sat Oct 8 03:42:21 UTC 2016
This is an automated email from the git hooks/post-receive script.
nikratio-guest pushed a commit to branch master
in repository python-dugong.
commit 1dbe85cf3ad688b9529e4193111ee6ea0fc8fddd
Author: Nikolaus Rath <Nikolaus at rath.org>
Date: Mon Jun 20 11:53:08 2016 -0700
Fixed PYBUILD_TEST_ARGS.
---
debian/changelog | 6 ++++++
debian/rules | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 36e7e98..6d47e06 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-dugong (3.7+dfsg-2) UNRELEASED; urgency=medium
+
+ * Fixed py.test invocation during build.
+
+ -- Nikolaus Rath <Nikolaus at rath.org> Mon, 20 Jun 2016 11:54:57 -0700
+
python-dugong (3.7+dfsg-1) unstable; urgency=medium
* new upstream version
diff --git a/debian/rules b/debian/rules
index 688ceb0..7fb852b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
#export DH_VERBOSE=1
export PYBUILD_NAME=dugong
export PYBUILD_TEST_PYTEST=1
-export PYBUILD_TEST_ARGS="--installed {dir}/test/"
+export PYBUILD_TEST_ARGS=--installed "{dir}/test/"
%:
dh $@ --with python3,sphinxdoc --buildsystem=pybuild
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-dugong.git
More information about the Python-modules-commits
mailing list