diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-01-20 21:34:21 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-20 15:01:51 +0000 |
| commit | 67def577984335ddf2a5d3f7d8ab92a79952e03b (patch) | |
| tree | 54018a8d3087241003e956d2352090ad343d26fb /gnu/packages/python-web.scm | |
| parent | 8a060acaa0816823c861f05f2cf4bbd936ab3f87 (diff) | |
gnu: python-cachecontrol: Enable tests.
* gnu/packages/python-web.scm (python-cachecontrol)
[arguments]: Drop them.
[native-inputs]: Add python-cherrypy, python-pytest.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 866b0bbc1fa..af997c06a2e 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -7870,7 +7870,6 @@ provide an easy-to-use Python interface for building OAuth1 and OAuth2 clients." (source (origin (method git-fetch) - ;; Pypi does not have tests. (uri (git-reference (url "https://github.com/ionrock/cachecontrol") (commit (string-append "v" version)))) @@ -7879,14 +7878,10 @@ provide an easy-to-use Python interface for building OAuth1 and OAuth2 clients." (base32 "07ifs4dhahhsgj4vxgfl5ymnmb4my5l2wb8jiinn6fncszcfmr59")))) (build-system pyproject-build-system) - (arguments - ;; Versions > 0.11.6 depend on CherryPy for testing. - ;; It's too much work to package CherryPy for now. - `(#:tests? #f)) (propagated-inputs (list python-filelock python-msgpack python-requests)) (native-inputs - (list python-flit-core)) + (list python-cherrypy python-flit-core python-pytest)) (home-page "https://github.com/ionrock/cachecontrol") (synopsis "The httplib2 caching algorithms for use with requests") (description "CacheControl is a port of the caching algorithms in |
