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

Last updated: November 08,2024

1. Install "python39-pytest-virtualenv" package

Please follow the step by step instructions below to install python39-pytest-virtualenv on openSuSE Tumbleweed

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

2. Uninstall "python39-pytest-virtualenv" package

Please follow the instructions below to uninstall python39-pytest-virtualenv on openSuSE Tumbleweed:

$ sudo zypper remove python39-pytest-virtualenv

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

Information for package python39-pytest-virtualenv:
---------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-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.