diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-06 22:58:04 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-26 18:41:29 +0100 |
| commit | 8efef8121b2d3aafd69590650f0614fbf4e8feb0 (patch) | |
| tree | d692a770e5a3d9a45564144f9b0c0742e296ca77 /gnu/packages/check.scm | |
| parent | 89bcc6d7190f2d116cd6bab20ecdfd9c0a50b0e0 (diff) | |
gnu: Remove python-pytest-subtesthack.
* gnu/packages/check.scm (python-pytest-subtesthack): Delete variable.
Change-Id: I9bc517533b2010db0d9c6a11d41701d85921d0e3
Diffstat (limited to 'gnu/packages/check.scm')
| -rw-r--r-- | gnu/packages/check.scm | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index 99e42ee0636..d236140dc6b 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -2838,28 +2838,6 @@ enables you to test server connections locally.") across test runs.") (license license:expat))) -(define-public python-pytest-subtesthack - (package - (name "python-pytest-subtesthack") - (version "0.1.1") - (source (origin - (method url-fetch) - (uri (pypi-uri "pytest-subtesthack" version)) - (sha256 - (base32 - "15kzcr5pchf3id4ikdvlv752rc0j4d912n589l4rifp8qsj19l1x")))) - (build-system python-build-system) - (propagated-inputs - (list python-pytest)) - (synopsis "Set-up and tear-down fixtures for unit tests") - (description "This plugin allows you to set up and tear down fixtures -within unit test functions that use @code{py.test}. This is useful for using -@command{hypothesis} inside py.test, as @command{hypothesis} will call the -test function multiple times, without setting up or tearing down fixture state -as is normally the case.") - (home-page "https://github.com/untitaker/pytest-subtesthack/") - (license license:unlicense))) - (define-public python-pytest-sugar (package (name "python-pytest-sugar") |
