Olivier Sallou pushed to branch master at Debian Med / biomaj3-core
Commits: e013a0be by Olivier Sallou at 2022-08-29T08:13:30+00:00 new upstream version 3.0.28 using pytest - - - - - 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-1) unstable; urgency=medium + + * New upstream version + * Use pytest instead of nose (Closes #1018318) + + -- Olivier Sallou <[email protected]> Mon, 29 Aug 2022 07:59:22 +0000 + biomaj3-core (3.0.27-1) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 13), python3-elasticsearch, python3-future, python3-mock, - python3-nose, + python3-pytest, python3-requests, python3-setuptools Standards-Version: 4.6.1 ===================================== debian/tests/control ===================================== @@ -3,6 +3,6 @@ Depends: @, python3-all Restrictions: allow-stderr Tests: run-unit-test -Depends: @, python3-nose, python3-all +Depends: @, python3-pytest, python3-all Restrictions: allow-stderr ===================================== debian/tests/run-unit-test ===================================== @@ -3,6 +3,6 @@ set -e for py in $(py3versions -r 2> /dev/null) do - $py -m nose -v tests + $py -m pytest -v tests done View it on GitLab: https://salsa.debian.org/med-team/biomaj3-core/-/commit/e013a0be948adc3cb93b503b19693b28d2ae6026 -- View it on GitLab: https://salsa.debian.org/med-team/biomaj3-core/-/commit/e013a0be948adc3cb93b503b19693b28d2ae6026 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
