[Git][debian-gis-team/pint-xarray][master] 2 commits: Use the <!nocheck> marker
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Sun Dec 3 18:09:06 GMT 2023
Antonio Valentino pushed to branch master at Debian GIS Project / pint-xarray
Commits:
257e8b93 by Antonio Valentino at 2023-12-03T18:06:07+00:00
Use the <!nocheck> marker
- - - - -
e432a629 by Antonio Valentino at 2023-12-03T18:08:38+00:00
Switch to autopkgtest-pkg-pybuild
- - - - -
5 changed files:
- debian/changelog
- debian/control
- debian/rules
- − debian/tests/control
- − debian/tests/python3
Changes:
=====================================
debian/changelog
=====================================
@@ -1,8 +1,14 @@
pint-xarray (0.3-3) UNRELEASED; urgency=medium
+ [ Bas Couwenberg ]
* Team upload.
* Switch to dh-sequence-*.
+ [ Antonio Valentino ]
+ * debian/control:
+ - Use the <!nocheck> marker.
+ * Switch to autopkgtest-pkg-pybuild.
+
-- Bas Couwenberg <sebastic at debian.org> Wed, 30 Aug 2023 18:14:19 +0200
pint-xarray (0.3-2) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -1,6 +1,7 @@
Source: pint-xarray
Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino at tiscali.it>
+Testsuite: autopkgtest-pkg-pybuild
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
@@ -13,7 +14,7 @@ Build-Depends: debhelper-compat (= 13),
python3-numpy,
python3-pandas,
python3-pint,
- python3-pytest,
+ python3-pytest <!nocheck>,
python3-scipy,
python3-setuptools,
python3-setuptools-scm,
=====================================
debian/rules
=====================================
@@ -2,7 +2,8 @@
# DH_VERBOSE := 1
-export PYBUILD_NAME=pint-xarray
+export PYBUILD_NAME=pint_xarray
+export PYBUILD_TEST_ARGS=--pyargs ${PYBUILD_NAME}
%:
dh $@ --buildsystem=pybuild
=====================================
debian/tests/control deleted
=====================================
@@ -1,2 +0,0 @@
-Tests: python3
-Depends: @, @builddeps@, python3-all
=====================================
debian/tests/python3 deleted
=====================================
@@ -1,12 +0,0 @@
-#!/bin/sh
-set -efu
-
-PYS=${PYS:-"$(py3versions -s 2>/dev/null)"}
-TESTPKG=${TESTPKG:-pint_xarray}
-
-cd "$AUTOPKGTEST_TMP"
-
-for py in $PYS; do
- echo "=== $py ==="
- $py -m pytest -v --pyargs ${TESTPKG} 2>&1
-done
View it on GitLab: https://salsa.debian.org/debian-gis-team/pint-xarray/-/compare/1a41d0b1cbda7f2d5ce9453b13462b131863d387...e432a62947e10ae0b0327729005a060168e638ee
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/pint-xarray/-/compare/1a41d0b1cbda7f2d5ce9453b13462b131863d387...e432a62947e10ae0b0327729005a060168e638ee
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20231203/0c056ddb/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list