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


Commits:
a864c588 by Bas Couwenberg at 2023-07-16T12:59:17+02:00
Don't override dh_auto_test for custom pybuild system.

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -3,6 +3,7 @@ mintpy (1.5.1-2) UNRELEASED; urgency=medium
   * Team upload.
   * Bump Standards-Version to 4.6.2, no changes.
   * Bump debhelper compat to 13.
+  * Don't override dh_auto_test for custom pybuild system.
 
  -- Bas Couwenberg <[email protected]>  Wed, 18 Jan 2023 17:02:23 +0100
 


=====================================
debian/rules
=====================================
@@ -1,5 +1,7 @@
 #! /usr/bin/make -f
 
+export PYBUILD_TEST_CUSTOM=1
+export PYBUILD_TEST_ARGS=env PYTHONPATH={build_dir} {interpreter} 
$(CURDIR)/tests/asc_desc2horz_vert.py
 export PYBUILD_AFTER_INSTALL=rm -rf '{destdir}/{install_dir}/mintpy/sh'
 
 %:
@@ -9,11 +11,6 @@ override_dh_auto_clean:
        dh_auto_clean
        $(RM) -r *.egg-info
 
-override_dh_auto_test:
-       PYBUILD_SYSTEM=custom \
-        PYBUILD_TEST_ARGS="env PYTHONPATH={build_dir} {interpreter} 
$(CURDIR)/tests/asc_desc2horz_vert.py" \
-       dh_auto_test
-
 override_dh_auto_build: export http_proxy=127.0.0.1:9
 override_dh_auto_build: export https_proxy=127.0.0.1:9
 override_dh_auto_build:



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/mintpy/-/commit/a864c588de3ffe206e4df954b7df0cdf37f683c4

-- 
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/mintpy/-/commit/a864c588de3ffe206e4df954b7df0cdf37f683c4
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
Pkg-grass-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to