Project

General

Profile

action #156472

Updated by szarate 2 months ago

## Description 

 We have tests for venv, but not for virtualenv and not for pipx either, in general we can leave the existing venv one to test pip, and use virtualenv to test pipx together following the same pattern of Create, Publish, Distribute, Install from the already existing one. 

 ## Notes 

 The manual check of python311-virtualenv is done, request coming from https://jira.suse.com/browse/PED-7298 
 Now we can consider to create a test module for automation on openQA. 

 Please check https://virtualenv.pypa.io/en/latest/cli_interface.html for ideas how to implement it

Back