How to Install and Uninstall python2-pytest-virtualenv Package on openSUSE Leap

Last updated: May 17,2024

1. Install "python2-pytest-virtualenv" package

This tutorial shows how to install python2-pytest-virtualenv on openSUSE Leap

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

2. Uninstall "python2-pytest-virtualenv" package

Please follow the step by step instructions below to uninstall python2-pytest-virtualenv on openSUSE Leap:

$ sudo zypper remove python2-pytest-virtualenv

3. Information about the python2-pytest-virtualenv package on openSUSE Leap

Information for package python2-pytest-virtualenv:
--------------------------------------------------
Repository : Main Repository
Name : python2-pytest-virtualenv
Version : 1.7.0-bp153.1.16
Arch : noarch
Vendor : openSUSE
Installed Size : 40,9 KiB
Installed : No
Status : not installed
Source package : python-pytest-virtualenv-1.7.0-bp153.1.16.src
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.