[med-svn] [Git][python-team/packages/mypy][master] 2 commits: python3.10-venv is now needed for the tests

Michael R. Crusoe (@crusoe) gitlab at salsa.debian.org
Tue Sep 27 14:39:49 BST 2022



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


Commits:
c139eefc by Michael R. Crusoe at 2022-09-27T14:13:49+02:00
python3.10-venv is now needed for the tests

- - - - -
60d6f6b7 by Michael R. Crusoe at 2022-09-27T15:39:32+02:00
skip testCustomTypeshedDirWithRelativePathDoesNotCrash

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -2,6 +2,8 @@ mypy (0.981-1) UNRELEASED; urgency=medium
 
   * New upstream version
   * removed 4 patches applied upstream; refreshed the rest.
+  * python3.10-venv is now needed for the tests
+  * debian/rules: skip testCustomTypeshedDirWithRelativePathDoesNotCrash
 
  -- Michael R. Crusoe <crusoe at debian.org>  Tue, 27 Sep 2022 12:32:53 +0200
 


=====================================
debian/control
=====================================
@@ -26,6 +26,7 @@ Build-Depends: debhelper-compat (= 13),
                python3-virtualenv <!nocheck>,
                python3-all-dev,
                python3-tomli,
+               python3.10-venv <!nocheck>,
                python3-doc <!nodoc>,
                cython-doc <!nodoc>,
                python-six-doc <!nodoc>,


=====================================
debian/rules
=====================================
@@ -80,7 +80,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 \
+		-o testpaths="mypy/test mypyc/test" -o python_files=test*.py -k 'not testCustomTypeshedDirWithRelativePathDoesNotCrash' \
 		-o python_classes= -o python_functions= ; \
 	done
 endif



View it on GitLab: https://salsa.debian.org/python-team/packages/mypy/-/compare/c9da1ddadea8672e375177d0c90eae0434c36e4b...60d6f6b7e6c216b4f3cc963d4ad7b1dfeb1aa960

-- 
View it on GitLab: https://salsa.debian.org/python-team/packages/mypy/-/compare/c9da1ddadea8672e375177d0c90eae0434c36e4b...60d6f6b7e6c216b4f3cc963d4ad7b1dfeb1aa960
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/20220927/32fc5173/attachment-0001.htm>


More information about the debian-med-commit mailing list