[Git][debian-gis-team/sarsen][master] 2 commits: Use the <!nocheck> marker
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Sun Dec 3 17:36:05 GMT 2023
Antonio Valentino pushed to branch master at Debian GIS Project / sarsen
Commits:
7177c0a8 by Antonio Valentino at 2023-12-03T17:32:56+00:00
Use the <!nocheck> marker
- - - - -
fb02e60f by Antonio Valentino at 2023-12-03T17:35: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
=====================================
@@ -11,6 +11,8 @@ sarsen (0.9.3+ds-3) UNRELEASED; urgency=medium
[ Antonio Valentino ]
* debian/control:
- Move the common package description to source.
+ - Use the <!nocheck> marker.
+ * Switch to autopkgtest-pkg-pybuild.
-- Bas Couwenberg <sebastic at debian.org> Tue, 17 Jan 2023 06:45:57 +0100
=====================================
debian/control
=====================================
@@ -3,7 +3,7 @@ Section: python
Priority: optional
Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino at tiscali.it>
-Testsuite: autopkgtest-pkg-python
+Testsuite: autopkgtest-pkg-pybuild
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-python,
@@ -15,7 +15,7 @@ Build-Depends: debhelper-compat (= 13),
python3-flox,
python3-numpy,
python3-pandas,
- python3-pytest,
+ python3-pytest <!nocheck>,
python3-setuptools,
python3-setuptools-scm,
python3-rasterio,
=====================================
debian/rules
=====================================
@@ -2,7 +2,7 @@
include /usr/share/dpkg/architecture.mk
ifeq (32,$(DEB_BUILD_ARCH_BITS))
- export PYBUILD_TEST_ARGS=-k "not test_Sentinel1SarProduct"
+ export PYBUILD_TEST_ARGS=-k "not test_Sentinel1SarProduct" $(CURDIR)/tests
endif
# Skip tests that require a large amount of memory
=====================================
debian/tests/control deleted
=====================================
@@ -1,2 +0,0 @@
-Tests: python3
-Depends: @, python3-all, python3-pytest
=====================================
debian/tests/python3 deleted
=====================================
@@ -1,14 +0,0 @@
-#!/bin/sh
-set -efu
-
-export GITHUB_ACTIONS=true
-
-PYS=${PYS:-"$(py3versions -s 2>/dev/null)"}
-TESTPKG=${TESTPKG:-sarsen}
-TESTDIR=${PWD}/tests
-cd "$AUTOPKGTEST_TMP"
-
-for py in $PYS; do
- echo "=== $py ==="
- $py -m pytest -v -k "not test_Sentinel1SarProduct" ${TESTDIR}
-done
View it on GitLab: https://salsa.debian.org/debian-gis-team/sarsen/-/compare/44b22cd291929b7a847e3205ac28f046e21df982...fb02e60f2a7e3a97600ef9e79c6a930436c98975
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/sarsen/-/compare/44b22cd291929b7a847e3205ac28f046e21df982...fb02e60f2a7e3a97600ef9e79c6a930436c98975
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/3abb4c6b/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list