[Git][debian-gis-team/pykml][master] 2 commits: Use the <!nocheck> marker
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Sun Dec 3 17:57:37 GMT 2023
Antonio Valentino pushed to branch master at Debian GIS Project / pykml
Commits:
00a28f20 by Antonio Valentino at 2023-12-03T17:54:22+00:00
Use the <!nocheck> marker
- - - - -
21f214d3 by Antonio Valentino at 2023-12-03T17:56:50+00:00
Swutch to autopkgtest-pkg-pybuild
- - - - -
5 changed files:
- debian/changelog
- debian/control
- debian/rules
- − debian/tests/control
- − debian/tests/python3
Changes:
=====================================
debian/changelog
=====================================
@@ -4,6 +4,8 @@ pykml (0.2.0+dfsg-4) UNRELEASED; urgency=medium
* Fix d/copyright formatting.
* debian/control:
- Move the common package description to source.
+ - Use the <!nocheck> marker.
+ * Switch to autopkgtest-pkg-pybuild.
[ Bas Couwenberg ]
* Enable Salsa CI.
=====================================
debian/control
=====================================
@@ -4,14 +4,14 @@ Priority: optional
Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino at tiscali.it>
Rules-Requires-Root: no
-Testsuite: autopkgtest-pkg-python
+Testsuite: autopkgtest-pkg-pybuild
Build-Depends: debhelper-compat (= 13),
dh-python,
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-lxml,
- python3-pytest,
+ python3-pytest <!nocheck>,
python3-setuptools
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/debian-gis-team/pykml
=====================================
debian/rules
=====================================
@@ -1,6 +1,6 @@
#! /usr/bin/make -f
-export PYBUILD_TEST_ARGS=-k "not test_initialize_schema_remote_url"
+export PYBUILD_TEST_ARGS=-k "not test_initialize_schema_remote_url" --pyargs pykml
%:
dh $@ --buildsystem=pybuild
=====================================
debian/tests/control deleted
=====================================
@@ -1,2 +0,0 @@
-Tests: python3
-Depends: @, python3-all, python3-pytest
=====================================
debian/tests/python3 deleted
=====================================
@@ -1,12 +0,0 @@
-#!/bin/sh
-set -efu
-
-PYS=${PYS:-"$(py3versions --supported 2>/dev/null)"}
-TESTPKG=${TESTPKG:-pykml}
-
-cd "$AUTOPKGTEST_TMP"
-
-for py in $PYS; do
- echo "=== $py ==="
- $py -m pytest --pyargs ${TESTPKG}
-done
View it on GitLab: https://salsa.debian.org/debian-gis-team/pykml/-/compare/506ffee9a09c1d0b5e41173e50427ae517fdc8e2...21f214d3651de3e5a315a5336354302235f519dd
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/pykml/-/compare/506ffee9a09c1d0b5e41173e50427ae517fdc8e2...21f214d3651de3e5a315a5336354302235f519dd
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/e36d2697/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list