How to Install and Uninstall python38-hypothesis Package on openSuSE Tumbleweed

Last updated: May 10,2024

1. Install "python38-hypothesis" package

Please follow the steps below to install python38-hypothesis on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-hypothesis

2. Uninstall "python38-hypothesis" package

Please follow the step by step instructions below to uninstall python38-hypothesis on openSuSE Tumbleweed:

$ sudo zypper remove python38-hypothesis

3. Information about the python38-hypothesis package on openSuSE Tumbleweed

Information for package python38-hypothesis:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-hypothesis
Version : 6.14.1-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 2,5 MiB
Installed : No
Status : not installed
Source package : python-hypothesis-6.14.1-1.2.src
Summary : A library for property based testing
Description :
Hypothesis is a library for testing your Python code against a much larger range
of examples than you would ever want to write by hand. It's based on the Haskell
library, Quickcheck, and is designed to integrate seamlessly into your existing
Python unit testing work flow.
Hypothesis works with most widely used versions of Python. It supports implementations
compatible with 2.6, 2.7 and 3.3+, and is known to work on CPython and PyPy (but not
PyPy3 until they support a 3.3 compatible version of the language). It does *not* currently
work on Jython or on Python 3.0 through 3.2.