[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
28/57: gnu: Add python-pytest-mypy-testing.
From: |
guix-commits |
Subject: |
28/57: gnu: Add python-pytest-mypy-testing. |
Date: |
Mon, 6 May 2024 04:08:16 -0400 (EDT) |
rekado pushed a commit to branch python-team
in repository guix.
commit e2745702b79702a928241545b83169bb748aa9a9
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 f59d92130e..6f7ec97e41 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2608,6 +2608,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")
- 19/57: gnu: Add setuptools/wheel to more Python packages., (continued)
- 19/57: gnu: Add setuptools/wheel to more Python packages., guix-commits, 2024/05/06
- 43/57: gnu: python-pytest-arraydiff: Add missing inputs., guix-commits, 2024/05/06
- 08/57: gnu: sssd: Import ensure-no-mtimes-pre-1980., guix-commits, 2024/05/06
- 16/57: gnu: Add missing import (again)., guix-commits, 2024/05/06
- 30/57: gnu: python-traitlets: Update to 5.14.1., guix-commits, 2024/05/06
- 40/57: gnu: java-testng: Disable one test., guix-commits, 2024/05/06
- 09/57: guix: toml: Add TOML parser., guix-commits, 2024/05/06
- 14/57: gnu: Add python-setuptools/python-wheel where necessary., guix-commits, 2024/05/06
- 26/57: gnu: python-myst-parser: Relax some requirements., guix-commits, 2024/05/06
- 24/57: gnu: python-jupytext: Update to 1.15.0., guix-commits, 2024/05/06
- 28/57: gnu: Add python-pytest-mypy-testing.,
guix-commits <=
- 35/57: gnu: python-packaging-bootstrap: Update to 23.2., guix-commits, 2024/05/06
- 33/57: gnu: Add python-rapidfuzz., guix-commits, 2024/05/06
- 38/57: gnu: python-argcomplete: Add missing input., guix-commits, 2024/05/06
- 48/57: gnu: python-joblib: Add missing inputs., guix-commits, 2024/05/06
- 22/57: gnu: python-mdit-py-plugins: Update to 0.4.0., guix-commits, 2024/05/06
- 55/57: gnu: python-versioneer: Add missing input and use minimal git., guix-commits, 2024/05/06
- 10/57: build-system/pyproject: Use TOML parser., guix-commits, 2024/05/06
- 15/57: gnu: Add missing import., guix-commits, 2024/05/06
- 25/57: gnu: python-textual: Update to 0.50.1., guix-commits, 2024/05/06
- 31/57: gnu: python-prompt-toolkit: Update to 3.0.43., guix-commits, 2024/05/06