[med-svn] [Git][med-team/q2-sample-classifier][master] 2 commits: trim py2 vs py3 patch

Alexandre Detiste (@detiste-guest) gitlab at salsa.debian.org
Sun Nov 2 20:43:01 GMT 2025



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


Commits:
64815070 by Alexandre Detiste at 2025-11-02T21:42:14+01:00
trim py2 vs py3 patch

- - - - -
b8e2c402 by Alexandre Detiste at 2025-11-02T21:42:36+01:00
drop Py3.12 workaround

- - - - -


2 changed files:

- debian/patches/py2to3test.patch
- debian/tests/run-unit-test


Changes:

=====================================
debian/patches/py2to3test.patch
=====================================
@@ -1,9 +1,7 @@
 Description: python2 to python3 patch
 Forwarded: yes
-Index: q2-sample-classifier/Makefile
-===================================================================
---- q2-sample-classifier.orig/Makefile
-+++ q2-sample-classifier/Makefile
+--- a/Makefile
++++ b/Makefile
 @@ -1,6 +1,7 @@
  .PHONY: all lint test test-cov install dev clean distclean
  
@@ -13,16 +11,8 @@ Index: q2-sample-classifier/Makefile
  
  all: ;
  
-@@ -9,13 +10,13 @@ lint:
- 	flake8
- 
- test: all
--	py.test
-+	py.test-3
- 
- test-cov: all
--	py.test --cov=q2_sample_classifier
-+	py.test-3 --cov=q2_sample_classifier
+@@ -15,7 +16,7 @@
+ 	py.test --cov=q2_sample_classifier
  
  install:
 -	$(PYTHON) setup.py install


=====================================
debian/tests/run-unit-test
=====================================
@@ -22,4 +22,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-sample-classifier/-/compare/547780ee77aac922625cb1b6f0d80b45e16257b4...b8e2c402867595412e84b8a7062d9df419575807

-- 
View it on GitLab: https://salsa.debian.org/med-team/q2-sample-classifier/-/compare/547780ee77aac922625cb1b6f0d80b45e16257b4...b8e2c402867595412e84b8a7062d9df419575807
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/8237b5ae/attachment-0001.htm>


More information about the debian-med-commit mailing list