[med-svn] [Git][python-team/packages/mypy][master] d/tests: depend on all python3 -dev packages, not just the default version.
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Tue Dec 16 18:16:32 GMT 2025
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 <crusoe at debian.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20251216/3035fd3d/attachment-0001.htm>
More information about the debian-med-commit
mailing list