From 67def577984335ddf2a5d3f7d8ab92a79952e03b Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Tue, 20 Jan 2026 21:34:21 +0100 Subject: 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 --- gnu/packages/python-web.scm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'gnu/packages/python-web.scm') 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 -- cgit v1.3