Étienne Mollier pushed to branch master at Debian Med / python-mne
Commits: bf349c2f by Étienne Mollier at 2025-04-06T17:47:30+02:00 d/rules: skip test_spherical_conversions and test_tps. Closes: #1100273 - - - - - af42504a by Étienne Mollier at 2025-04-06T17:49:12+02:00 d/control: declare compliance to standards version 4.7.2. - - - - - 12b3c31f by Étienne Mollier at 2025-04-06T17:54:25+02:00 d/changelog: ready for upload to unstable. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +python-mne (1.9.0-2) unstable; urgency=medium + + * d/rules: skip test_spherical_conversions and test_tps. (Closes: #1100273) + * d/control: declare compliance to standards version 4.7.2. + + -- Étienne Mollier <[email protected]> Sun, 06 Apr 2025 17:54:14 +0200 + python-mne (1.9.0-1) unstable; urgency=medium * New upstream version 1.9.0 (Closes: #1093353) ===================================== debian/control ===================================== @@ -37,7 +37,7 @@ Build-Depends: debhelper-compat (= 13), xauth, xvfb, yui-compressor -Standards-Version: 4.7.0 +Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/med-team/python-mne Vcs-Git: https://salsa.debian.org/med-team/python-mne.git Homepage: https://martinos.org/mne ===================================== debian/rules ===================================== @@ -16,6 +16,9 @@ export ETS_TOOLKIT = qt4 execute_before_dh_clean: rm -rf *.egg-info +# FIXME: reinstate these tests with resolution of [1]. +# [1]: https://github.com/mne-tools/mne-python/issues/13193 +PYTEST_SPECS = -k 'not test_spherical_conversions and not test_tps' SCREEN_CONFIG=-screen 0 1024x768x24 -ac +extension GLX +render -noreset override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) @@ -24,7 +27,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) --auto-servernum \ --server-num=20 \ -s "$(SCREEN_CONFIG)" \ - py.test -s -v mne + py.test $(PYTEST_SPECS) -s -v mne endif execute_after_dh_fixperms: View it on GitLab: https://salsa.debian.org/med-team/python-mne/-/compare/91dd38b29e10f515ebfae41dcfe1ebfadc2404e1...12b3c31fd661da7e3f97f428640b9194cb4e0754 -- View it on GitLab: https://salsa.debian.org/med-team/python-mne/-/compare/91dd38b29e10f515ebfae41dcfe1ebfadc2404e1...12b3c31fd661da7e3f97f428640b9194cb4e0754 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
