guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 7d869047260573a40e9f0fc38f80078760942445
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jan 1 23:07:19 2026 +0000
gnu: Remove python-xvfbwrapper.
* gnu/packages/python-check.scm (python-xvfbwrapper): Delete variable.
Fixes: guix/guix#4614
Change-Id: Ib2441982bb58d1b32b17f4ee9ce1547f40fbeeb9
---
gnu/packages/python-check.scm | 23 -----------------------
1 file changed, 23 deletions(-)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index ce307e61c5..ea0c8b53a2 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
@code{unittest} module.")
(license license:expat)))
-(define-public python-xvfbwrapper
- (package
- (name "python-xvfbwrapper")
- (version "0.2.16")
- (source (origin
- (method url-fetch)
- (uri (pypi-uri "xvfbwrapper" version))
- (sha256
- (base32
- "01gqp740hkb2asnfpvb0fjpjqj88rylhx4b1r2c0wzrknwshp016"))))
- (build-system pyproject-build-system)
- (native-inputs
- (list python-pytest python-setuptools))
- (propagated-inputs (list xorg-server-for-tests))
- (home-page "https://github.com/cgoldberg/xvfbwrapper")
- (synopsis "Python module for controlling virtual displays with Xvfb")
- (description
- "Xvfb (X virtual framebuffer) is a display server implementing
-the X11 display server protocol. It runs in memory and does not require a
-physical display. Only a network layer is necessary. Xvfb is useful for
-running acceptance tests on headless servers.")
- (license license:expat)))
-
(define-public tms
(package
(name "tms")