Alexandre Detiste pushed to branch master at Debian Med / q2-alignment


Commits:
e8371b87 by Alexandre Detiste at 2025-11-02T21:39:39+01:00
remove obsolete Py2 vs Py3 patch

- - - - -
ad4aa734 by Alexandre Detiste at 2025-11-02T21:40:21+01:00
drop Py3.12 workaround

- - - - -


3 changed files:

- − debian/patches/py.test-3.patch
- debian/patches/series
- debian/tests/run-unit-test


Changes:

=====================================
debian/patches/py.test-3.patch deleted
=====================================
@@ -1,19 +0,0 @@
-Author: Liubov Chuprikova <[email protected]>
-Last-Update: Fri, 29 Mar 2019 18:20:03 +0100
-Description: Use Python3 version of py.test
-
---- a/Makefile
-+++ b/Makefile
-@@ -9,10 +9,10 @@
-       flake8
- 
- test: all
--      py.test
-+      py.test-3
- 
- test-cov: all
--      py.test --cov=q2_alignment
-+      py.test-3 --cov=q2_alignment
- 
- install: all
-       $(PYTHON) setup.py install


=====================================
debian/patches/series
=====================================
@@ -1,2 +1 @@
 configparser.patch
-py.test-3.patch


=====================================
debian/tests/run-unit-test
=====================================
@@ -18,4 +18,4 @@ if [ ! -f 
/usr/lib/python3/dist-packages/pytest_cov/__init__.py ] ; then
 fi
 
 # Run build-time tests
-python3.11 -m pytest --cov=${pkg}
+python3 -m pytest --cov=${pkg}



View it on GitLab: 
https://salsa.debian.org/med-team/q2-alignment/-/compare/b32e1b9029c7b8a778564ed543b060f2adcb9bcf...ad4aa734d48fd06eef1de805c39e1e609acdc027

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/q2-alignment/-/compare/b32e1b9029c7b8a778564ed543b060f2adcb9bcf...ad4aa734d48fd06eef1de805c39e1e609acdc027
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

Reply via email to