How to Install and Uninstall python3-hypothesis Package on openSUSE Leap

Last updated: May 11,2024

1. Install "python3-hypothesis" package

In this section, we are going to explain the necessary steps to install python3-hypothesis on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-hypothesis

2. Uninstall "python3-hypothesis" package

Please follow the step by step instructions below to uninstall python3-hypothesis on openSUSE Leap:

$ sudo zypper remove python3-hypothesis

3. Information about the python3-hypothesis package on openSUSE Leap

Information for package python3-hypothesis:
-------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python3-hypothesis
Version : 3.66.6-150400.5.69
Arch : noarch
Vendor : SUSE LLC
Installed Size : 1.6 MiB
Installed : No
Status : not installed
Source package : python3-hypothesis-3.66.6-150400.5.69.src
Upstream URL : https://github.com/HypothesisWorks/hypothesis-python
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.