How to Install and Uninstall python3-pytest-venv.noarch Package on Fedora 34

Last updated: September 20,2024

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

This is a short guide on how to install python3-pytest-venv.noarch on Fedora 34

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

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

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

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

3. Information about the python3-pytest-venv.noarch package on Fedora 34

Last metadata expiration check: 1:46:39 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-pytest-venv
Version : 0.2
Release : 3.fc34
Architecture : noarch
Size : 13 k
Source : python-pytest-venv-0.2-3.fc34.src.rpm
Repository : fedora
Summary : py.test fixture for creating a virtual environment
URL : https://github.com/mmerickel/pytest-venv
License : MIT
Description : pytest-venv is a simple pytest plugin that exposes a venv fixture.
: The fixture is used to create a new virtual environment which can be used to
: install packages and run commands inside tests.