Project

General

Profile

action #133610

Updated by dvenkatachala 10 months ago

Introduce Create a new test to verify python3-pip. Verify the system's python3-pip and also install, verify available python3-pip in SLE15-SPs and Tumbleweed. 

 ### ACs 
 **1. Installation Test: Check the version of pip to ensure it matches the expected version.** 
 **2. Package Installation Test:** 
 * Install a set of common packages from PyPI using pip install. 
 * Verify that the packages are installed correctly and can be imported in Python. 
 * Check that dependencies are resolved and installed automatically. 

 **3. Package Uninstallation Test:** 
 * Verify that the packages are removed from the system and no longer accessible. 

 **4. Install all available pip versions and repeat the above steps for each installed pip version.** 

Back