Bas Couwenberg pushed to branch master at Debian GIS Project / netcdf4-python
Commits: 8a3e53aa by Bas Couwenberg at 2022-06-26T07:02:20+02:00 Set NO_PLUGINS environment variable to fix test failures. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +netcdf4-python (1.6.0-2) UNRELEASED; urgency=medium + + * Set NO_PLUGINS environment variable to fix test failures. + + -- Bas Couwenberg <[email protected]> Sun, 26 Jun 2022 06:52:21 +0200 + netcdf4-python (1.6.0-1) unstable; urgency=medium * New upstream release. ===================================== debian/rules ===================================== @@ -19,7 +19,7 @@ export USE_NCCONFIG=1 override_dh_auto_test: PYBUILD_SYSTEM=custom \ - PYBUILD_TEST_ARGS="cd test && NO_NET=1 {interpreter} run_all.py" dh_auto_test || echo "Ignoring test failures" + PYBUILD_TEST_ARGS="cd test && NO_NET=1 NO_PLUGINS=1 {interpreter} run_all.py" dh_auto_test || echo "Ignoring test failures" override_dh_auto_install: dh_auto_install View it on GitLab: https://salsa.debian.org/debian-gis-team/netcdf4-python/-/commit/8a3e53aa29b2d083cc32c24fa1efa0d1ea979cc6 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/netcdf4-python/-/commit/8a3e53aa29b2d083cc32c24fa1efa0d1ea979cc6 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
