This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 76eda0f90a gnu: Remove python-pytest-mypy-testing.
76eda0f90a is described below
commit 76eda0f90a08ff9ac92940c24b56c9487fbab0fe
Author: Andreas Enge <[email protected]>
AuthorDate: Wed Feb 18 01:01:57 2026 +0100
gnu: Remove python-pytest-mypy-testing.
* gnu/packages/check.scm (python-pytest-mypy-testing): Delete variable.
Fixes: guix/guix#5734
Change-Id: I2e317da0f32d503d4f07da996d6d9e85dd65ad44
---
gnu/packages/check.scm | 23 -----------------------
1 file changed, 23 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 67eea8493f..d1403b3682 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2879,29 +2879,6 @@ a Pytest test execution.")
mypy plugins.")
(license license:expat)))
-(define-public python-pytest-mypy-testing
- (package
- (name "python-pytest-mypy-testing")
- (version "0.2.0")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/davidfritzsche/pytest-mypy-testing")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "09m7cpk47hvpxylv5mwdlyhyafzikbkl70pvxgcb6ss24778w3l0"))))
- (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-perf
(package
(name "python-pytest-perf")