Alexandre Detiste pushed to branch master at Debian Med / q2-feature-table
Commits: 086c11f5 by Alexandre Detiste at 2026-06-20T12:21:19+02:00 replace usage of 'py.test-3' compatibility symlink with plain 'pytest' - - - - - a47420d4 by Alexandre Detiste at 2026-06-20T12:21:42+02:00 drop "Rules-Requires-Root: no": it is the default now - - - - - 2 changed files: - debian/control - debian/rules Changes: ===================================== debian/control ===================================== @@ -18,7 +18,6 @@ Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/med-team/q2-feature-table Vcs-Git: https://salsa.debian.org/med-team/q2-feature-table.git Homepage: https://qiime2.org/ -Rules-Requires-Root: no Package: q2-feature-table Architecture: all ===================================== debian/rules ===================================== @@ -34,7 +34,7 @@ debian/control: debian/control.in # is not ideal, since the only tested python version is the default one. override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) - dh_auto_test -- -s custom --test-args="cd {build_dir}; py.test-3 --cov=q2_feature_table" || true + dh_auto_test -- -s custom --test-args="cd {build_dir}; pytest --cov=q2_feature_table" || true endif override_dh_auto_clean: View it on GitLab: https://salsa.debian.org/med-team/q2-feature-table/-/compare/1a56d11ee162bb1412fc1d38f9a3e1e264df833b...a47420d4538a796e95cb9ec164aee1cebb998f37 -- View it on GitLab: https://salsa.debian.org/med-team/q2-feature-table/-/compare/1a56d11ee162bb1412fc1d38f9a3e1e264df833b...a47420d4538a796e95cb9ec164aee1cebb998f37 You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
