diff options
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 | |||
| 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") |
