Codebase list netcdf4-python / 8a3e53a
Set NO_PLUGINS environment variable to fix test failures. Bas Couwenberg 1 year, 10 months ago
2 changed file(s) with 7 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 netcdf4-python (1.6.0-2) UNRELEASED; urgency=medium
1
2 * Set NO_PLUGINS environment variable to fix test failures.
3
4 -- Bas Couwenberg <sebastic@debian.org> Sun, 26 Jun 2022 06:52:21 +0200
5
06 netcdf4-python (1.6.0-1) unstable; urgency=medium
17
28 * New upstream release.
1818
1919 override_dh_auto_test:
2020 PYBUILD_SYSTEM=custom \
21 PYBUILD_TEST_ARGS="cd test && NO_NET=1 {interpreter} run_all.py" dh_auto_test || echo "Ignoring test failures"
21 PYBUILD_TEST_ARGS="cd test && NO_NET=1 NO_PLUGINS=1 {interpreter} run_all.py" dh_auto_test || echo "Ignoring test failures"
2222
2323 override_dh_auto_install:
2424 dh_auto_install