[Git][debian-gis-team/pygeoapi][master] 2 commits: Make test commands verbose.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Fri Jun 26 17:03:44 BST 2026
Bas Couwenberg pushed to branch master at Debian GIS Project / pygeoapi
Commits:
96143a53 by Bas Couwenberg at 2026-06-26T17:22:15+02:00
Make test commands verbose.
- - - - -
7e62e7fd by Bas Couwenberg at 2026-06-26T17:49:23+02:00
Don't include pytest.ini in the package.
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -5,8 +5,8 @@
#export DH_VERBOSE=1
export PYBUILD_NAME=pygeoapi
-export PYBUILD_BEFORE_TEST=cp -r {dir}/pytest.ini {dir}/tests {build_dir}
-export PYBUILD_AFTER_TEST=rm -rf {build_dir}/pytest.ini {build_dir}/tests
+export PYBUILD_BEFORE_TEST=cp -rv {dir}/pytest.ini {dir}/tests {build_dir}
+export PYBUILD_AFTER_TEST=rm -rfv {build_dir}/pytest.ini {build_dir}/tests
export PYBUILD_TEST_ARGS=-v \
--ignore=tests/provider/test_elasticsearch__provider.py \
--ignore=tests/provider/test_filesystem_provider.py \
@@ -19,3 +19,6 @@ export PYBUILD_TEST_ARGS=-v \
override_dh_auto_test:
dh_auto_test || echo "Ignoring test failures"
+
+execute_after_dh_python3:
+ $(RM) debian/*/usr/lib/python3/dist-packages/pytest.ini
View it on GitLab: https://salsa.debian.org/debian-gis-team/pygeoapi/-/compare/69414c3d4e4334a6d2d0461a77db10a936efcf6d...7e62e7fdd6f512e61974bf3bae556fb14db79a7e
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/pygeoapi/-/compare/69414c3d4e4334a6d2d0461a77db10a936efcf6d...7e62e7fdd6f512e61974bf3bae556fb14db79a7e
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/pkg-grass-devel/attachments/20260626/8ba66f3f/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list