Bas Couwenberg pushed to branch master at Debian GIS Project / netcdf4-python


Commits:
e1312abb by Bas Couwenberg at 2023-07-16T13:08:39+02:00
Don't override dh_auto_test for custom pybuild system.

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,6 +1,7 @@
 netcdf4-python (1.6.4-2) UNRELEASED; urgency=medium
 
   * Bump debhelper compat to 13.
+  * Don't override dh_auto_test for custom pybuild system.
 
  -- Bas Couwenberg <[email protected]>  Mon, 12 Jun 2023 16:36:21 +0200
 


=====================================
debian/rules
=====================================
@@ -12,11 +12,13 @@ export 
HDF5_LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial
 
 export USE_NCCONFIG=1
 
+export PYBUILD_TEST_CUSTOM=1
+export PYBUILD_TEST_ARGS=cd test && NO_NET=1 NO_PLUGINS=1 {interpreter} 
run_all.py
+
 %:
        dh $@ \
          --with python3,numpy3 \
          --buildsystem=pybuild
 
 override_dh_auto_test:
-       PYBUILD_SYSTEM=custom \
-       PYBUILD_TEST_ARGS="cd test && NO_NET=1 NO_PLUGINS=1 {interpreter} 
run_all.py" dh_auto_test || echo "Ignoring test failures"
+       dh_auto_test || echo "Ignoring test failures"



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/netcdf4-python/-/commit/e1312abb8b7da244041737f96c45a0c7fe4bf98c

-- 
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/netcdf4-python/-/commit/e1312abb8b7da244041737f96c45a0c7fe4bf98c
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