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

Last updated: October 06,2024

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

Please follow the guidelines below to install python3-pytest-xvfb.noarch on Fedora 35

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

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

This guide let you learn how to uninstall python3-pytest-xvfb.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:07:43 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-pytest-xvfb
Version : 2.0.0
Release : 3.fc35
Architecture : noarch
Size : 15 k
Source : python-pytest-xvfb-2.0.0-3.fc35.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.