Alexandre Detiste pushed to branch master at Debian Med / biomaj3
Commits: 5e92efd8 by Alexandre Detiste at 2024-12-14T20:17:50+01:00 remove dependecy on python3-mock A more complete PR has been merged upstream - - - - - 4 changed files: - debian/changelog - debian/control - + debian/patches/remove_mock.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +biomaj3 (3.1.24-2) unstable; urgency=medium + + * Team upload. + * Remove dependenct on python3-mock + + -- Alexandre Detiste <[email protected]> Sat, 14 Dec 2024 20:17:35 +0100 + biomaj3 (3.1.24-1) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -9,7 +9,6 @@ Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-bcrypt, - python3-mock, python3-pytest, python3-pymongo, python3-redis, ===================================== debian/patches/remove_mock.patch ===================================== @@ -0,0 +1,22 @@ +--- a/docs/conf.py ++++ b/docs/conf.py +@@ -15,7 +15,7 @@ + import sys + import os + +-from mock import Mock as MagicMock ++from unittest.mock import Mock as MagicMock + + class Mock(MagicMock): + @classmethod +--- a/tests/biomaj_tests.py ++++ b/tests/biomaj_tests.py +@@ -8,7 +8,7 @@ + import time + import pytest + +-from mock import patch ++from unittest.mock import patch + + from optparse import OptionParser + ===================================== debian/patches/series ===================================== @@ -1,2 +1,3 @@ # fix_remove_influxdb.patch fix_remove_drmaa.patch +remove_mock.patch View it on GitLab: https://salsa.debian.org/med-team/biomaj3/-/commit/5e92efd8167a98f1ae96f12fb9392212ca93494a -- View it on GitLab: https://salsa.debian.org/med-team/biomaj3/-/commit/5e92efd8167a98f1ae96f12fb9392212ca93494a 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
