[Git][debian-gis-team/pywps][master] Don't set environment variables in dh_auto_test override.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Sun Jul 16 13:28:15 BST 2023



Bas Couwenberg pushed to branch master at Debian GIS Project / pywps


Commits:
974e02fd by Bas Couwenberg at 2023-07-16T14:23:29+02:00
Don't set environment variables in dh_auto_test override.

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -5,6 +5,7 @@ pywps (4.5.2-3) UNRELEASED; urgency=medium
   * Bump Standards-Version to 4.6.2, no changes.
   * Add patch to not use deprecated distutils module.
   * Bump debhelper compat to 13.
+  * Don't set environment variables in dh_auto_test override.
 
  -- Bas Couwenberg <sebastic at debian.org>  Thu, 22 Dec 2022 20:53:43 +0100
 


=====================================
debian/rules
=====================================
@@ -12,6 +12,9 @@
 # Enable hardening build flags
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
+export PYBUILD_BEFORE_TEST=cp -rv {dir}/pywps/schemas {build_dir}/pywps/
+export OFFLINE_TESTS=1
+
 %:
 	dh $@ --with apache2,python3,sphinxdoc --buildsystem=pybuild
 
@@ -27,6 +30,4 @@ override_dh_auto_build:
 	 ln -s /usr/share/javascript/mathjax _build/html/_static/)
 
 override_dh_auto_test:
-	PYBUILD_BEFORE_TEST="cp -rv {dir}/pywps/schemas {build_dir}/pywps/" \
-	OFFLINE_TESTS=1 \
 	dh_auto_test || echo "Ignoring test failures"



View it on GitLab: https://salsa.debian.org/debian-gis-team/pywps/-/commit/974e02fd6a39da0f782d48ad40a269edeec51226

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/pywps/-/commit/974e02fd6a39da0f782d48ad40a269edeec51226
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/20230716/670fb0d8/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list