[med-svn] [Git][med-team/q2-feature-table][master] 2 commits: replace usage of 'py.test-3' compatibility symlink with plain 'pytest'
Alexandre Detiste (@detiste-guest)
gitlab at salsa.debian.org
Sat Jun 20 11:21:49 BST 2026
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20260620/896f7b0a/attachment-0001.htm>
More information about the debian-med-commit
mailing list