Alexandre Detiste pushed to branch master at Debian Med / biomaj3-core
Commits: 80e5fe90 by Alexandre Detiste at 2024-12-14T20:06:54+01:00 drop python3-mock - - - - - fc28c8d2 by Alexandre Detiste at 2024-12-14T20:11:09+01:00 lintian: test-leaves-python-version-untested - - - - - 4 changed files: - debian/changelog - debian/control - debian/tests/control - debian/tests/run-unit-test Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +biomaj3-core (3.0.28-3) unstable; urgency=medium + + * Team upload. + * Drop dependency on python3-mock + + -- Alexandre Detiste <[email protected]> Sat, 14 Dec 2024 20:06:30 +0100 + biomaj3-core (3.0.28-2) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -7,7 +7,6 @@ Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-elasticsearch, - python3-mock, python3-pytest, python3-requests, python3-setuptools ===================================== debian/tests/control ===================================== @@ -1,4 +1,4 @@ -Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import biomaj_core; print(biomaj_core)" ; done +Test-Command: set -e ; for py in $(py3versions -s 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import biomaj_core; print(biomaj_core)" ; done Depends: @, python3-all Restrictions: allow-stderr ===================================== debian/tests/run-unit-test ===================================== @@ -1,7 +1,7 @@ #!/bin/bash set -e -for py in $(py3versions -r 2> /dev/null) +for py in $(py3versions -s 2> /dev/null) do $py -m pytest -v tests done View it on GitLab: https://salsa.debian.org/med-team/biomaj3-core/-/compare/ba7b5f5956e19a8fc8b8442d9b92536cad0530ac...fc28c8d2fa37b7994aa3fba4cf8ab46646321280 -- View it on GitLab: https://salsa.debian.org/med-team/biomaj3-core/-/compare/ba7b5f5956e19a8fc8b8442d9b92536cad0530ac...fc28c8d2fa37b7994aa3fba4cf8ab46646321280 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
