How to Install and Uninstall python3-pytest-httpbin.noarch Package on CentOS Stream 9
Last updated: January 13,2025
1. Install "python3-pytest-httpbin.noarch" package
In this section, we are going to explain the necessary steps to install python3-pytest-httpbin.noarch on CentOS Stream 9
$
sudo dnf update
Copied
$
sudo dnf install
python3-pytest-httpbin.noarch
Copied
2. Uninstall "python3-pytest-httpbin.noarch" package
In this section, we are going to explain the necessary steps to uninstall python3-pytest-httpbin.noarch on CentOS Stream 9:
$
sudo dnf remove
python3-pytest-httpbin.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-pytest-httpbin.noarch package on CentOS Stream 9
Last metadata expiration check: 1:16:54 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-pytest-httpbin
Version : 2.0.0
Release : 1.el9
Architecture : noarch
Size : 26 k
Source : python-pytest-httpbin-2.0.0-1.el9.src.rpm
Repository : epel
Summary : Fixture providing local instance of httpbin test service
URL : https://github.com/kevin1024/pytest-httpbin
License : MIT
Description : Pytest-httpbin creates a pytest fixture that is dependency-injected into your
: tests. It automatically starts up a HTTP server in a separate thread running
: a local instance of httpbin (a web service for testing HTTP libraries) and
: provides your test with the URL in the fixture.
:
: This package provides the Python 3 implementation.
Available Packages
Name : python3-pytest-httpbin
Version : 2.0.0
Release : 1.el9
Architecture : noarch
Size : 26 k
Source : python-pytest-httpbin-2.0.0-1.el9.src.rpm
Repository : epel
Summary : Fixture providing local instance of httpbin test service
URL : https://github.com/kevin1024/pytest-httpbin
License : MIT
Description : Pytest-httpbin creates a pytest fixture that is dependency-injected into your
: tests. It automatically starts up a HTTP server in a separate thread running
: a local instance of httpbin (a web service for testing HTTP libraries) and
: provides your test with the URL in the fixture.
:
: This package provides the Python 3 implementation.