summaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-01-01 23:07:19 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-01-01 23:08:13 +0000
commit7d869047260573a40e9f0fc38f80078760942445 (patch)
treeab886d9ceae6ae81b0f5dce25f6f0846deb631aa /gnu/packages/python-check.scm
parent27a79384e417ce071352b22d27d507e2502379f6 (diff)
gnu: Remove python-xvfbwrapper.
* gnu/packages/python-check.scm (python-xvfbwrapper): Delete variable. Fixes: guix/guix#4614 Change-Id: Ib2441982bb58d1b32b17f4ee9ce1547f40fbeeb9
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r--gnu/packages/python-check.scm23
1 files changed, 0 insertions, 23 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index ce307e61c52..ea0c8b53a25 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -5021,29 +5021,6 @@ Python objects. It tries to use the objects available in the standard
5021@code{unittest} module.") 5021@code{unittest} module.")
5022 (license license:expat))) 5022 (license license:expat)))
5023 5023
5024(define-public python-xvfbwrapper
5025 (package
5026 (name "python-xvfbwrapper")
5027 (version "0.2.16")
5028 (source (origin
5029 (method url-fetch)
5030 (uri (pypi-uri "xvfbwrapper" version))
5031 (sha256
5032 (base32
5033 "01gqp740hkb2asnfpvb0fjpjqj88rylhx4b1r2c0wzrknwshp016"))))
5034 (build-system pyproject-build-system)
5035 (native-inputs
5036 (list python-pytest python-setuptools))
5037 (propagated-inputs (list xorg-server-for-tests))
5038 (home-page "https://github.com/cgoldberg/xvfbwrapper")
5039 (synopsis "Python module for controlling virtual displays with Xvfb")
5040 (description
5041 "Xvfb (X virtual framebuffer) is a display server implementing
5042the X11 display server protocol. It runs in memory and does not require a
5043physical display. Only a network layer is necessary. Xvfb is useful for
5044running acceptance tests on headless servers.")
5045 (license license:expat)))
5046
5047(define-public tms 5024(define-public tms
5048 (package 5025 (package
5049 (name "tms") 5026 (name "tms")