[med-svn] [Git][med-team/pycorrfit][master] 2 commits: Disable tests using the old method and delete unnecessary test files.
Karsten Schöke (@karso)
gitlab at salsa.debian.org
Wed Apr 29 12:11:50 BST 2026
Karsten Schöke pushed to branch master at Debian Med / pycorrfit
Commits:
a7fbd76d by Karsten Schöke at 2026-04-29T13:04:48+02:00
Disable tests using the old method and delete unnecessary test files.
- - - - -
aef61606 by Karsten Schöke at 2026-04-29T13:07:50+02:00
Update changelog for 1.3.1+nopack-2 release
- - - - -
4 changed files:
- debian/changelog
- debian/rules
- − debian/tests/control
- − debian/tests/pycorrfit-autopkgtests
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+pycorrfit (1.3.1+nopack-2) unstable; urgency=medium
+
+ * Team upload.
+ * d/watch: fix convert issue.
+ * Disable tests using the old method and delete unnecessary test files.
+
+ -- Karsten Schöke <karsten.schoeke at geobasis-bb.de> Wed, 29 Apr 2026 13:05:35 +0200
+
pycorrfit (1.3.1+nopack-1) unstable; urgency=medium
* Team upload.
=====================================
debian/rules
=====================================
@@ -4,6 +4,11 @@ export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS=hardening=+BINDNOW
export PYBUILD_NAME=pycorrfit
export PYBUILD_TEST_PYTEST=1
+export PYBUILD_TEST_ARGS=\
+ --ignore=tests/test_constraints.py \
+ --ignore=tests/test_file_formats.py\
+ --ignore=tests/test_session.py
+
ifneq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
export PYBUILD_TEST_PYTEST=0
endif
=====================================
debian/tests/control deleted
=====================================
@@ -1,8 +0,0 @@
-Tests:
- pycorrfit-autopkgtests,
-Restrictions:
- allow-stderr,
-Depends:
- python3-pytest,
- python3-zombie-imp,
- @,
=====================================
debian/tests/pycorrfit-autopkgtests deleted
=====================================
@@ -1,23 +0,0 @@
-#!/bin/bash
-
-# Use test.tar.xz from /usr/share/doc/pycorrfit/examples/ if executed with
-# autopkgtest
-set -e
-pkg=pycorrfit
-export PYTHONPATH=/usr/lib/${pkg}
-examplesdir=/usr/share/doc/${pkg}/examples
-TMPDIR=$(mktemp -d)
-trap "rm -rf $TMPDIR" 0 INT QUIT ABRT PIPE TERM
-tar -xf ${examplesdir}/tests.tar.xz -C $TMPDIR
-WORKDIR=${TMPDIR}
-
-cd $WORKDIR
-
-# Skip tests which need network access
-
-rm -vf tests/{test_constraints.py,test_file_formats.py,test_session.py}
-find tests -print
-
-python3 -m pytest tests
-
-rm -rf $WORKDIR
View it on GitLab: https://salsa.debian.org/med-team/pycorrfit/-/compare/779cf38bb48e1d47042f9d0f605d53f45f5e9959...aef61606e55e04b70b61e54f2c94d6e1b24d3e69
--
View it on GitLab: https://salsa.debian.org/med-team/pycorrfit/-/compare/779cf38bb48e1d47042f9d0f605d53f45f5e9959...aef61606e55e04b70b61e54f2c94d6e1b24d3e69
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20260429/c3417fb1/attachment-0001.htm>
More information about the debian-med-commit
mailing list