[pytables] 01/02: Temporary disabled tests for python3.x-dbg

Antonio Valentino a_valentino-guest at moszumanska.debian.org
Sun Mar 2 16:15:14 UTC 2014


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

a_valentino-guest pushed a commit to branch master
in repository pytables.

commit 8a5f025bde347dfbf7549c4233414ea9cb798380
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Sun Mar 2 15:47:04 2014 +0000

    Temporary disabled tests for python3.x-dbg
---
 debian/changelog     | 1 +
 debian/rules         | 4 ++--
 debian/tests/control | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6531231..6431546 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ pytables (3.1.0-1) UNRELEASED; urgency=low
       system compression libraries instead of internal copies
   * debian/control
     - added build dependencies form liblz4-dev and snappy-dev 
+  * temporary disabled tests for python3.x-dbg
 
  -- Antonio Valentino <antonio.valentino at tiscali.it>  Sat, 18 Jan 2014 10:56:27 +0000
 
diff --git a/debian/rules b/debian/rules
index 0a4f4f7..be9b5db 100755
--- a/debian/rules
+++ b/debian/rules
@@ -103,8 +103,8 @@ ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 	for py in $(PY3VERS); do \
 		cd $(CURDIR)/build/lib.*-$$py; \
 		env PYTHONPATH=. python$$py tables/tests/test_all.py -vvv; \
-		cd $(CURDIR)/debian/tmp/usr/lib/python3/dist-packages; \
-		env PYTHONPATH=. python$$py-dbg tables/tests/test_all.py -vvv; \
+		#cd $(CURDIR)/debian/tmp/usr/lib/python3/dist-packages; \
+		#env PYTHONPATH=. python$$py-dbg tables/tests/test_all.py -vvv; \
 	done
 endif
 
diff --git a/debian/tests/control b/debian/tests/control
index 98ea9a9..1571ef4 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -7,5 +7,5 @@ Depends: python-tables-dbg, python-all-dbg
 Tests: python3
 Depends: python3-tables, python3-all
 
-Tests: python3-dbg
-Depends: python3-tables-dbg, python3-all-dbg
+#Tests: python3-dbg
+#Depends: python3-tables-dbg, python3-all-dbg

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytables.git



More information about the debian-science-commits mailing list