[Python-modules-commits] [flask-restful] 06/07: fix tests
Alexandre Viau
reazem-guest at moszumanska.debian.org
Fri Jul 31 20:14:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
reazem-guest pushed a commit to branch master
in repository flask-restful.
commit a184041b6f77d47ad6bedcf3c27f27598a0315c0
Author: aviau <alexandre at alexandreviau.net>
Date: Fri Jul 31 16:05:13 2015 -0400
fix tests
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index f3bc136..e5457a6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,8 +3,8 @@
export PYBUILD_NAME=flask-restful
#export PYBUILD_DISABLE_python3=test
#export PYBUILD_DISABLE_python2=test
-export PYBUILD_TEST_NOSE=1
-export PYBUILD_TEST_ARGS={dir} --verbose
+export PYBUILD_TEST_PYTEST=1
+export PYBUILD_TEST_ARGS={dir} --verbose -p no:doctest
%:
dh $@ --with python2,python3 --buildsystem=pybuild
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/flask-restful.git
More information about the Python-modules-commits
mailing list