[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
334/420: gnu: python-pytest-mypy: Update to 0.10.3.
From: |
guix-commits |
Subject: |
334/420: gnu: python-pytest-mypy: Update to 0.10.3. |
Date: |
Tue, 26 Nov 2024 16:29:28 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 1c3315852c290ad56278997377e2308b1da9d96a
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Nov 16 11:46:11 2024 +0000
gnu: python-pytest-mypy: Update to 0.10.3.
* gnu/packages/check.scm (python-pytest-mypy): Update to 0.10.3.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: Ic0483fe3c430c00ea82e9f54e60632ce48f79e75
---
gnu/packages/check.scm | 21 ++++++++++++++++-----
1 file changed, 16 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 89f3b9b5a2..fad04ef466 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2933,17 +2933,28 @@ by the test.")
(define-public python-pytest-mypy
(package
(name "python-pytest-mypy")
- (version "0.9.1")
+ (version "0.10.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pytest-mypy" version))
(sha256
- (base32 "0p5bd4r4gbwk1h7mpx1jkhdwkckapfz24bp9x5mmqb610ps3pylz"))))
- (build-system python-build-system)
- (native-inputs (list python-setuptools-scm))
+ (base32 "1nyk9xxkwb03sp6avn5l4ysncybnyw4ibrp2lcn3mw934dj8yigq"))))
+ (build-system pyproject-build-system)
+ (arguments
+ (list
+ #:test-flags #~(list "--numprocesses" "auto")))
+ (native-inputs
+ (list python-pexpect
+ python-pytest-xdist
+ python-setuptools
+ python-setuptools-scm
+ python-wheel))
(propagated-inputs
- (list python-attrs python-filelock python-mypy python-pytest))
+ (list python-attrs
+ python-filelock
+ python-mypy
+ python-pytest))
(home-page "https://github.com/dbader/pytest-mypy")
(synopsis "Mypy static type checker plugin for Pytest")
(description "@code{pytest-mypi} is a static type checker plugin for
- 271/420: gnu: python-pytest-virtualenv: Update to 1.8.0., (continued)
- 271/420: gnu: python-pytest-virtualenv: Update to 1.8.0., guix-commits, 2024/11/26
- 270/420: gnu: python-pytest-shutil: Update to 1.8.0., guix-commits, 2024/11/26
- 288/420: gnu: poetry: Fix build., guix-commits, 2024/11/26
- 285/420: gnu: Add python-sphinx-design., guix-commits, 2024/11/26
- 294/420: gnu: Remove python-pyproject-metadata-0.7., guix-commits, 2024/11/26
- 293/420: gnu: beets-bandcamp: Add maintenance note., guix-commits, 2024/11/26
- 314/420: gnu: python-openpyxl: Update to 3.1.5., guix-commits, 2024/11/26
- 317/420: gnu: python-curio: Update to 1.6., guix-commits, 2024/11/26
- 344/420: gnu: python-beautifulsoup4: Update to 4.12.3., guix-commits, 2024/11/26
- 337/420: gnu: python-versioneer: Simplify tests., guix-commits, 2024/11/26
- 334/420: gnu: python-pytest-mypy: Update to 0.10.3.,
guix-commits <=
- 333/420: gnu: python-mypy: Update to 1.13.0., guix-commits, 2024/11/26
- 338/420: gnu: python-watchdog: Update to 6.0.0., guix-commits, 2024/11/26
- 354/420: gnu: python-flasgger: Update to 0.9.7.1., guix-commits, 2024/11/26
- 330/420: gnu: meson-python: Update to 0.17.1., guix-commits, 2024/11/26
- 349/420: gnu: python-flask: Update to 3.1.0., guix-commits, 2024/11/26
- 345/420: gnu: python-pandas-2: Update to 2.2.3., guix-commits, 2024/11/26
- 356/420: gnu: python-apispec-webframeworks: Update to 1.2.0., guix-commits, 2024/11/26
- 358/420: gnu: python-pytest-httpbin: Update to 2.1.0., guix-commits, 2024/11/26
- 375/420: gnu: python-astroid: Update to 3.3.4., guix-commits, 2024/11/26
- 363/420: gnu: python-tinycss2: Update to 1.4.0., guix-commits, 2024/11/26