Alexandre Detiste pushed to branch master at Debian Med / python-ete3


Commits:
f1a7e7e7 by Alexandre Detiste at 2025-04-19T15:34:37+02:00
remove Python2 vs Python3 hybridation

- - - - -


1 changed file:

- debian/rules


Changes:

=====================================
debian/rules
=====================================
@@ -2,18 +2,17 @@
 
 export PYBUILD_NAME=ete3
 
-#export PYBUILD_TEST_ARGS_python2=-k-XTest_ncbiquery
-#export PYBUILD_TEST_ARGS_python3=-k-XTest_ncbiquery
-
 %:
        dh $@ --buildsystem=pybuild
+
 override_dh_auto_install:
        dh_auto_install -O--buildsystem=pybuild
        rm -r debian/python3-ete3/usr/bin
        rm -r debian/python3-ete3/usr/ete3
-override_dh_fixperms:
-       dh_fixperms
+
+execute_after_dh_fixperms:
        find debian -name 'webapp.py' -exec chmod a-x {} +
+
 export PYBUILD_TEST_PYTEST = 1
 # external library missing
 EXCLUDE_TESTS = not test_ncbiquery
@@ -22,7 +21,7 @@ EXCLUDE_TESTS += and not test_ncbi_compare and not 
test_get_topology
 EXCLUDE_TESTS += and not test_01tree_annotation and not test_00_update_database
 EXCLUDE_TESTS += and not test_merged_id and not test_renderer
 # test launch file used by upstream continuous integration
-export PYBUILD_TEST_ARGS_python3 = -k "$(EXCLUDE_TESTS)" ete3/test/test_api.py
+export PYBUILD_TEST_ARGS = -k "$(EXCLUDE_TESTS)" ete3/test/test_api.py
 
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))



View it on GitLab: 
https://salsa.debian.org/med-team/python-ete3/-/commit/f1a7e7e773de32d6c7aa57d11ec7ea0c93a102d5

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/python-ete3/-/commit/f1a7e7e773de32d6c7aa57d11ec7ea0c93a102d5
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