How to Install and Uninstall python311-testrepository Package on openSuSE Tumbleweed

Last updated: September 18,2024

1. Install "python311-testrepository" package

This is a short guide on how to install python311-testrepository on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-testrepository

2. Uninstall "python311-testrepository" package

Please follow the instructions below to uninstall python311-testrepository on openSuSE Tumbleweed:

$ sudo zypper remove python311-testrepository

3. Information about the python311-testrepository package on openSuSE Tumbleweed

Information for package python311-testrepository:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-testrepository
Version : 0.0.20-10.4
Arch : noarch
Vendor : openSUSE
Installed Size : 897.6 KiB
Installed : No
Status : not installed
Source package : python-testrepository-0.0.20-10.4.src
Upstream URL : https://github.com/testing-cabal/testrepository
Summary : A repository of test results
Description :
This project provides a database of test results which can be used as part of
developer workflow to ensure/check things like:
* No commits without having had a test failure, test fixed cycle.
* No commits without new tests being added.
* What tests have failed since the last commit (to run just a subset).
* What tests are currently failing and need work.
Test results are inserted using subunit (and thus anything that can output
subunit or be converted into a subunit stream can be accepted).