Michael R. Crusoe pushed to branch master at Debian Python Team / packages / mypy
Commits: e6370b70 by Michael R. Crusoe at 2025-12-16T15:29:39+01:00 d/tests: depend on all python3 -dev packages, not just the default version. - - - - - 3 changed files: - debian/changelog - debian/tests/control - debian/tests/run-unit-test Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +mypy (1.19.1-2) unstable; urgency=medium + + * d/tests: depend on all python3 -dev packages, not just the default + version. + + -- Michael R. Crusoe <[email protected]> Tue, 16 Dec 2025 15:29:18 +0100 + mypy (1.19.1-1) unstable; urgency=medium * d/rules: cope with no "parallel" setting in DEB_BUILD_OPTIONS ===================================== debian/tests/control ===================================== @@ -1,7 +1,7 @@ Tests: run-unit-test Depends: gcc, g++, @, - python3-dev, + python3-all-dev, python3-attr, python3-lxml, python3-pytest (>= 8.1.0), ===================================== debian/tests/run-unit-test ===================================== @@ -44,6 +44,6 @@ done # testAttrsClass_semanal: ??? # testRunAsyncMiscTypesInEnvironment: ??? - rm -Rf mypy/typeshed -/usr/bin/mypy --config-file ${START}/mypy_self_check.ini mypy +/usr/bin/mypy --config-file ${START}/mypy_self_check.ini -p mypy +/usr/bin/mypy --config-file ${START}/mypy_self_check.ini -p mypyc View it on GitLab: https://salsa.debian.org/python-team/packages/mypy/-/commit/e6370b70db14f9b5a2b1e90646e435cbb10baa5a -- View it on GitLab: https://salsa.debian.org/python-team/packages/mypy/-/commit/e6370b70db14f9b5a2b1e90646e435cbb10baa5a 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
