How to Install and Uninstall python3-pytest-freezegun.noarch Package on Fedora 38

Last updated: October 02,2024

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

Here is a brief guide to show you how to install python3-pytest-freezegun.noarch on Fedora 38

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

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

This tutorial shows how to uninstall python3-pytest-freezegun.noarch on Fedora 38:

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

3. Information about the python3-pytest-freezegun.noarch package on Fedora 38

Last metadata expiration check: 2:55:26 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : python3-pytest-freezegun
Version : 0.4.2
Release : 7.fc38
Architecture : noarch
Size : 15 k
Source : python-pytest-freezegun-0.4.2-7.fc38.src.rpm
Repository : fedora
Summary : Wrap pytest tests with fixtures in freeze_time
URL : https://github.com/ktosiek/pytest-freezegun
License : MIT
Description : This is a pytest plugin that let you wrap tests with fixtures in freeze_time.
:
: Features:
:
: - Freeze time in both the test and fixtures
: - Access the freezer when you need it