[med-svn] [Git][med-team/q2-fragment-insertion][master] 2 commits: trim Py2 vs Py3 patch
Alexandre Detiste (@detiste-guest)
gitlab at salsa.debian.org
Sun Nov 2 20:44:37 GMT 2025
Alexandre Detiste pushed to branch master at Debian Med / q2-fragment-insertion
Commits:
83d9cffa by Alexandre Detiste at 2025-11-02T21:44:05+01:00
trim Py2 vs Py3 patch
- - - - -
f5ccfd03 by Alexandre Detiste at 2025-11-02T21:44:29+01:00
drop Py3.12 workaround
- - - - -
2 changed files:
- debian/patches/python2to3.patch
- debian/tests/run-unit-test
Changes:
=====================================
debian/patches/python2to3.patch
=====================================
@@ -2,16 +2,10 @@ Author: Steffen Möller
Last-Update: 2020-12-13 00:36:37 +0100
Description: use Python3
-Index: q2-fragment-insertion/Makefile
-===================================================================
---- q2-fragment-insertion.orig/Makefile
-+++ q2-fragment-insertion/Makefile
-@@ -7,10 +7,10 @@ lint:
- flake8
-
- test: all
-- py.test
-+ py.test-3
+--- a/Makefile
++++ b/Makefile
+@@ -10,7 +10,7 @@
+ py.test
install: all
- python setup.py install
=====================================
debian/tests/run-unit-test
=====================================
@@ -23,4 +23,4 @@ fi
# ${py} -m pytest -v --cov=${pkg}
# done
-python3.11 -m pytest -v --cov=${pkg}
+python3 -m pytest -v --cov=${pkg}
View it on GitLab: https://salsa.debian.org/med-team/q2-fragment-insertion/-/compare/3a3c7716188a486073a0b8cebf9c83c1a56ebb79...f5ccfd03d5285d212c4068a32799b9cda2dc96c4
--
View it on GitLab: https://salsa.debian.org/med-team/q2-fragment-insertion/-/compare/3a3c7716188a486073a0b8cebf9c83c1a56ebb79...f5ccfd03d5285d212c4068a32799b9cda2dc96c4
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20251102/cb346acd/attachment-0001.htm>
More information about the debian-med-commit
mailing list