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

johanvdw-guest pushed a commit to branch master
in repository fiona.

commit d495a2aad12ce675891adb3ae46073ee13cd7d99
Author: Johan Van de Wauw <johan.vandew...@gmail.com>
Date:   Wed Oct 22 23:24:50 2014 +0200

    Use py.test instead of nosetests
---
 debian/control | 6 +++---
 debian/rules   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index e2d8802..f1fd6bd 100644
--- a/debian/control
+++ b/debian/control
@@ -7,13 +7,13 @@ Build-Depends: debhelper (>= 9),
                dh-python,
                libgdal-dev,
                python-click,
-               python-nose,
                python-all,
                python-dev,
+               python-pytest,
                python3-click,
-               python3-nose,
                python3-all,
-               python3-dev
+               python3-dev,
+               python3-pytest
 Standards-Version: 3.9.6
 Homepage: https://github.com/Toblerity/Fiona
 X-Python-Version: >= 2.5
diff --git a/debian/rules b/debian/rules
index 4008b0a..0947301 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-export PYBUILD_DISABLE_python3=test
+export PYBUILD_TEST_PYTEST=1
 export PYBUILD_NAME=fiona
 
 %:

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/fiona.git

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to