summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-02-18 01:01:57 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-18 01:03:46 +0100
commit76eda0f90a08ff9ac92940c24b56c9487fbab0fe (patch)
treed0e8b2825d27d9796fea0c149c0d0b3bfc9754c4
parente40946ecda55b867bd2ceb1ce16299b31c7524b8 (diff)
gnu: Remove python-pytest-mypy-testing.
* gnu/packages/check.scm (python-pytest-mypy-testing): Delete variable. Fixes: guix/guix#5734 Change-Id: I2e317da0f32d503d4f07da996d6d9e85dd65ad44
-rw-r--r--gnu/packages/check.scm23
1 files changed, 0 insertions, 23 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 67eea8493f0..d1403b3682c 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")