How to Install and Uninstall python3-pytest-xvfb.noarch Package on Fedora 39

Last updated: January 13,2025

1. Install "python3-pytest-xvfb.noarch" package

This is a short guide on how to install python3-pytest-xvfb.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python3-pytest-xvfb.noarch

2. Uninstall "python3-pytest-xvfb.noarch" package

This guide covers the steps necessary to uninstall python3-pytest-xvfb.noarch on Fedora 39:

$ sudo dnf remove python3-pytest-xvfb.noarch $ sudo dnf autoremove

3. Information about the python3-pytest-xvfb.noarch package on Fedora 39

Last metadata expiration check: 0:00:28 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-pytest-xvfb
Version : 2.0.0
Release : 9.fc39
Architecture : noarch
Size : 17 k
Source : python-pytest-xvfb-2.0.0-9.fc39.src.rpm
Repository : fedora
Summary : A pytest plugin to run Xvfb for tests
URL : https://github.com/The-Compiler/pytest-xvfb
License : MIT
Description : With Xvfb and the plugin installed, your testsuite automatically runs with
: Xvfb. This allows tests to be run without windows popping up during GUI tests
: or on systems without a display (like a CI).
:
: If Xvfb is not installed, the plugin does not run and your tests will still
: work as normal. However, a warning message will print to standard output
: letting you know that Xvfb is not installed.
:
: If you're currently using xvfb-run in something like .travis.yml, simply remove
: it and install this plugin instead - then you'll also have the benefits of Xvfb
: locally.