From f6d1a9920648ba8561dfbed339fb92416c68ad23 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Mon, 10 Aug 2026 22:42:05 +0100 Subject: gnu: python-cheroot: Reduce closure size. * gnu/packages/python-web.scm (python-cheroot)[native-inputs]: Remove python-pypytools and python-requests-unixsocket2. Relates-to: guix/guix#7475 --- gnu/packages/python-web.scm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'gnu/packages/python-web.scm') diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 480a2900557..93552321839 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -4101,6 +4101,12 @@ other HTTP libraries.") (build-system pyproject-build-system) (arguments (list + ;; tests: 150 passed, 3 xfailed, 7 warnings + #:test-flags + ;; To prevent dependency on python-pypytools which depends on python-py + ;; both marked as deprecated by maintainers, see: + ;; . + #~(list "--ignore=cheroot/test/test_server.py") #:phases #~(modify-phases %standard-phases (add-after 'unpack 'fix-pytest-config @@ -4110,12 +4116,10 @@ other HTTP libraries.") (native-inputs (list python-portend python-pyopenssl - python-pypytools python-pytest python-pytest-mock python-requests python-requests-toolbelt - python-requests-unixsocket2 python-setuptools python-setuptools-scm python-trustme)) -- cgit v1.2.3