diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-08-21 12:17:41 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-08-21 12:17:45 +0200 |
| commit | 75cafd15b59df518e231aa6e51ffe48b57baf960 (patch) | |
| tree | 2523199fd03365b71f520f4c7848b68a044c6856 /gnu | |
| parent | 719f81260e4e6e7f9fddd270a15832fcc39d3f8c (diff) | |
gnu: Remove python-pytest-cram.
* gnu/packages/python-check.scm (python-pytest-cram): Delete variable.
Fixes: guix/guix#1471
Change-Id: I12df75de9f88a15081dec0f426e7aa4ee1185ca4
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-check.scm | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 5bd98ba01a0..0c3e1746499 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm | |||
| @@ -2044,26 +2044,6 @@ your template is working as expected and takes care of cleaning up after | |||
| 2044 | running the tests.") | 2044 | running the tests.") |
| 2045 | (license license:expat))) | 2045 | (license license:expat))) |
| 2046 | 2046 | ||
| 2047 | (define-public python-pytest-cram | ||
| 2048 | (package | ||
| 2049 | (name "python-pytest-cram") | ||
| 2050 | (version "0.2.2") | ||
| 2051 | (source (origin | ||
| 2052 | (method url-fetch) | ||
| 2053 | (uri (pypi-uri "pytest-cram" version)) | ||
| 2054 | (sha256 | ||
| 2055 | (base32 | ||
| 2056 | "0405ymmrsv6ii2qhq35nxfjkb402sdb6d13xnk53jql3ybgmiqq0")))) | ||
| 2057 | (build-system python-build-system) | ||
| 2058 | (propagated-inputs (list python-cram python-pytest)) | ||
| 2059 | (home-page "https://github.com/tbekolay/pytest-cram") | ||
| 2060 | (synopsis "Run cram tests with pytest") | ||
| 2061 | (description "Cram tests command line applications; Pytest tests Python | ||
| 2062 | applications. @code{pytest-cram} tests Python command line applications by | ||
| 2063 | letting you write your Python API tests with pytest, and your command line | ||
| 2064 | tests in cram.") | ||
| 2065 | (license license:expat))) | ||
| 2066 | |||
| 2067 | (define-public python-pytest-csv | 2047 | (define-public python-pytest-csv |
| 2068 | (package | 2048 | (package |
| 2069 | (name "python-pytest-csv") | 2049 | (name "python-pytest-csv") |
