[med-svn] [Git][python-team/packages/mypy][master] testing: skip testDaemonStatusKillRestartRecheck

Michael R. Crusoe (@crusoe) gitlab at salsa.debian.org
Sat Dec 21 02:24:51 GMT 2024



Michael R. Crusoe pushed to branch master at Debian Python Team / packages / mypy


Commits:
90d555a8 by Michael R. Crusoe at 2024-12-20T18:24:14-08:00
testing: skip testDaemonStatusKillRestartRecheck

- - - - -


3 changed files:

- debian/changelog
- debian/rules
- debian/tests/run-unit-test


Changes:

=====================================
debian/changelog
=====================================
@@ -5,6 +5,7 @@ mypy (1.14.0-1) UNRELEASED; urgency=medium
   * d/control: update build-depends, remove python3-wheel.
   * Refreshed patches
   * d/source/lintian-overrides: unneeded, removed
+  * testing: skip testDaemonStatusKillRestartRecheck
 
  -- Michael R. Crusoe <crusoe at debian.org>  Fri, 20 Dec 2024 09:44:25 -0800
 


=====================================
debian/rules
=====================================
@@ -82,7 +82,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_PROFILES)))
 	dh_auto_install
 	set -e; for v in $(PY3VERS); do \
 		PYTHONPATH=$$(pybuild --print build_dir --pyver $$v | awk '{ print $$3 }') PATH=$$PATH:$(CURDIR)/debian/python3-mypy/usr/bin/ python$$v -m pytest -n auto \
-		-o testpaths="mypy/test mypyc/test" -o python_files=test*.py -k 'not (testCustomTypeshedDirWithRelativePathDoesNotCrash or testNoPython3StubAvailable or testIgnoreImportIfNoPython3StubAvailable or PEP561Suite)' \
+		-o testpaths="mypy/test mypyc/test" -o python_files=test*.py -k 'not (testCustomTypeshedDirWithRelativePathDoesNotCrash or testNoPython3StubAvailable or testIgnoreImportIfNoPython3StubAvailable or PEP561Suite or testDaemonStatusKillRestartRecheck)' \
 		-o python_classes= -o python_functions= ; \
 	done
 	# testIgnoreImportIfNoPython3StubAvailable fails due to scribe not being installed (it isn't packaged for Debian)


=====================================
debian/tests/run-unit-test
=====================================
@@ -24,7 +24,7 @@ rm -Rf mypy mypyc
 cp -r /usr/lib/python3/dist-packages/mypy ./
 cp -r /usr/lib/python3/dist-packages/mypyc ./
 
-mypy_test_prefix=${start} pytest-3 -v --pyargs mypy -k "not (test_bad_eq_version_check or test_bad_ge_version_check or test_parse_invalid_case or test_parse_invalid_section or test_update_data)"
+mypy_test_prefix=${start} pytest-3 -v --pyargs mypy -k "not (test_bad_eq_version_check or test_bad_ge_version_check or test_parse_invalid_case or test_parse_invalid_section or test_update_data or testDaemonStatusKillRestartRecheck)"
 mypy_test_prefix=${start} pytest-3 -v --pyargs mypyc
 
 rm -Rf mypy/typeshed



View it on GitLab: https://salsa.debian.org/python-team/packages/mypy/-/commit/90d555a8546bb196e7772af47006e8493c46f7d3

-- 
View it on GitLab: https://salsa.debian.org/python-team/packages/mypy/-/commit/90d555a8546bb196e7772af47006e8493c46f7d3
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/20241221/370a7c6b/attachment-0001.htm>


More information about the debian-med-commit mailing list