How to Install and Uninstall python310-pytest-virtualenv Package on openSuSE Tumbleweed

Last updated: June 30,2024

1. Install "python310-pytest-virtualenv" package

Here is a brief guide to show you how to install python310-pytest-virtualenv on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-pytest-virtualenv

2. Uninstall "python310-pytest-virtualenv" package

This is a short guide on how to uninstall python310-pytest-virtualenv on openSuSE Tumbleweed:

$ sudo zypper remove python310-pytest-virtualenv

3. Information about the python310-pytest-virtualenv package on openSuSE Tumbleweed

Information for package python310-pytest-virtualenv:
----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-pytest-virtualenv
Version : 1.7.0-4.6
Arch : noarch
Vendor : openSUSE
Installed Size : 38.3 KiB
Installed : No
Status : not installed
Source package : python-pytest-virtualenv-1.7.0-4.6.src
Upstream URL : https://github.com/manahl/pytest-plugins
Summary : Virtualenv fixture for pytest
Description :
Create a Python virtual environment in your test that cleans up on
teardown. The fixture has utility methods to install packages and list
what's installed.