[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
28/40: gnu: Add python-pytest-mypy-testing.
From: |
guix-commits |
Subject: |
28/40: gnu: Add python-pytest-mypy-testing. |
Date: |
Wed, 3 Apr 2024 16:04:31 -0400 (EDT) |
rekado pushed a commit to branch python-team
in repository guix.
commit 2ec2d2e9edadad875c82932539c6e36916ffd47e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Feb 27 15:56:13 2024 +0100
gnu: Add python-pytest-mypy-testing.
* gnu/packages/check.scm (python-pytest-mypy-testing): New variable.
Change-Id: Ic55e63745eae070e439155f1dc6792285eb87312
---
gnu/packages/check.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 13248cc16a..64076a4547 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2598,6 +2598,26 @@ a Pytest test execution.")
mypy plugins.")
(license license:expat)))
+(define-public python-pytest-mypy-testing
+ (package
+ (name "python-pytest-mypy-testing")
+ (version "0.1.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pytest-mypy-testing" version))
+ (sha256
+ (base32 "0kqb3hi4jrc4knhc9pxv44m7c1jjkkwqx0dyghq4mw6wphlsv3q8"))))
+ (build-system pyproject-build-system)
+ (native-inputs (list python-flit-core))
+ (propagated-inputs (list python-mypy python-pytest))
+ (home-page "https://github.com/davidfritzsche/pytest-mypy-testing")
+ (synopsis "Pytest plugin to check mypy output")
+ (description "This package provides a pytest plugin to test that mypy
+produces a given output. As mypy can be told to display the type of an
+expression this allows you to check mypys type interference.")
+ (license (list license:expat license:asl2.0))))
+
(define-public python-pytest-pep8
(package
(name "python-pytest-pep8")
- 02/40: gnu: python-imagesize: Update to 1.4.1., (continued)
- 02/40: gnu: python-imagesize: Update to 1.4.1., guix-commits, 2024/04/03
- 03/40: gnu: python-sphinx-alabaster-theme: Update to 0.7.13., guix-commits, 2024/04/03
- 07/40: gnu: criu: Remove temporary workaround., guix-commits, 2024/04/03
- 10/40: build-system/pyproject: Use TOML parser., guix-commits, 2024/04/03
- 14/40: gnu: Add python-setuptools/python-wheel where necessary., guix-commits, 2024/04/03
- 31/40: gnu: python-prompt-toolkit: Update to 3.0.43., guix-commits, 2024/04/03
- 30/40: gnu: python-traitlets: Update to 5.14.1., guix-commits, 2024/04/03
- 15/40: gnu: Add missing import., guix-commits, 2024/04/03
- 24/40: gnu: python-jupytext: Update to 1.15.0., guix-commits, 2024/04/03
- 25/40: gnu: python-textual: Update to 0.50.1., guix-commits, 2024/04/03
- 28/40: gnu: Add python-pytest-mypy-testing.,
guix-commits <=
- 39/40: gnu: java-testng: Drop input labels., guix-commits, 2024/04/03
- 08/40: gnu: sssd: Import ensure-no-mtimes-pre-1980., guix-commits, 2024/04/03
- 05/40: build-system/pyproject: Use python-sans-pip-wrapper as default-python., guix-commits, 2024/04/03
- 12/40: guix: pyproject-build-system: Default configure-flags to empty dictionary., guix-commits, 2024/04/03
- 22/40: gnu: python-mdit-py-plugins: Update to 0.4.0., guix-commits, 2024/04/03
- 34/40: gnu: python-cleo: Update to 2.1.0., guix-commits, 2024/04/03
- 35/40: gnu: python-packaging-bootstrap: Update to 23.2., guix-commits, 2024/04/03
- 06/40: build-system/python: Ignore symlinks when changing mtime., guix-commits, 2024/04/03
- 19/40: gnu: Add setuptools/wheel to more Python packages., guix-commits, 2024/04/03
- 23/40: gnu: python-rich: Update to 13.7.0., guix-commits, 2024/04/03