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/packages/python-check.scm | |
| 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/packages/python-check.scm')
| -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 running the tests.") (license license:expat))) -(define-public python-pytest-cram - (package - (name "python-pytest-cram") - (version "0.2.2") - (source (origin - (method url-fetch) - (uri (pypi-uri "pytest-cram" version)) - (sha256 - (base32 - "0405ymmrsv6ii2qhq35nxfjkb402sdb6d13xnk53jql3ybgmiqq0")))) - (build-system python-build-system) - (propagated-inputs (list python-cram python-pytest)) - (home-page "https://github.com/tbekolay/pytest-cram") - (synopsis "Run cram tests with pytest") - (description "Cram tests command line applications; Pytest tests Python -applications. @code{pytest-cram} tests Python command line applications by -letting you write your Python API tests with pytest, and your command line -tests in cram.") - (license license:expat))) - (define-public python-pytest-csv (package (name "python-pytest-csv") |
