This is an automated email from the git hooks/post-receive script. malex-guest pushed a commit to branch master in repository pycorrfit.
commit 46c59b969e17faa1298ba58b6e47526a22d12e1e Author: Alexandre Mestiashvili <[email protected]> Date: Fri Oct 23 14:16:15 2015 +0200 d/control: remove autopkgtest d/rules: remove test override d/tests/*: remove for now as the tests require the package to be properly installed --- debian/control | 1 - debian/rules | 3 --- debian/tests/control | 2 -- debian/tests/pycorrfit-tests | 11 ----------- 4 files changed, 17 deletions(-) diff --git a/debian/control b/debian/control index ac3b718..8ad154e 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,6 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Alexandre Mestiashvili <[email protected]>, Andreas Tille <[email protected]> Section: python -Testsuite: autopkgtest Priority: optional Build-Depends: python-all, debhelper (>= 9), diff --git a/debian/rules b/debian/rules index fc145b0..0a42d25 100755 --- a/debian/rules +++ b/debian/rules @@ -25,9 +25,6 @@ override_dh_auto_build: $(DOCDIR)/Images/PyCorrFit_icon.svg debian/pycorrfit.xpm dh_auto_build -override_dh_auto_test: - debian/tests/pycorrfit-tests - override_dh_install: rm --verbose $(CURDIR)/debian/$(pkg)/usr/lib/python2.7/dist-packages/pycorrfit/readfiles/read_pt3_scripts/LICENSE dh_install diff --git a/debian/tests/control b/debian/tests/control deleted file mode 100644 index f504ab4..0000000 --- a/debian/tests/control +++ /dev/null @@ -1,2 +0,0 @@ -Tests: pycorrfit-tests -Restrictions: allow-stderr diff --git a/debian/tests/pycorrfit-tests b/debian/tests/pycorrfit-tests deleted file mode 100755 index 2ea0489..0000000 --- a/debian/tests/pycorrfit-tests +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -#test if py.test is installed -type /usr/bin/py.test >/dev/null 2>&1 || { echo >&2 "py.test from python-pytest is missing. Aborting"; exit 1; } - -#generate runtests.py: -/usr/bin/py.test --genscript=tests/runtests.py - -#run it -echo "starting tests" -/usr/bin/python tests/runtests.py -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pycorrfit.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
