How to Install and Uninstall python3-vcrpy.noarch Package on Fedora 36
Last updated: January 10,2025
1. Install "python3-vcrpy.noarch" package
Here is a brief guide to show you how to install python3-vcrpy.noarch on Fedora 36
$
sudo dnf update
Copied
$
sudo dnf install
python3-vcrpy.noarch
Copied
2. Uninstall "python3-vcrpy.noarch" package
This guide let you learn how to uninstall python3-vcrpy.noarch on Fedora 36:
$
sudo dnf remove
python3-vcrpy.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-vcrpy.noarch package on Fedora 36
Last metadata expiration check: 5:56:47 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-vcrpy
Version : 4.1.1
Release : 5.fc36
Architecture : noarch
Size : 83 k
Source : python-vcrpy-4.1.1-5.fc36.src.rpm
Repository : fedora
Summary : Automatically mock your HTTP interactions to simplify and speed up testing
URL : https://pypi.io/project/vcrpy
License : MIT
Description : Simplify and speed up testing HTTP by recording all HTTP interactions and
: saving them to "cassette" files, which are yaml files containing the contents
: of your requests and responses. Then when you run your tests again, they all
: just hit the text files instead of the internet. This speeds up your tests and
: lets you work offline.
:
: If the server you are testing against ever changes its API, all you need to do
: is delete your existing cassette files, and run your tests again. All of the
: mocked responses will be updated with the new API.
Available Packages
Name : python3-vcrpy
Version : 4.1.1
Release : 5.fc36
Architecture : noarch
Size : 83 k
Source : python-vcrpy-4.1.1-5.fc36.src.rpm
Repository : fedora
Summary : Automatically mock your HTTP interactions to simplify and speed up testing
URL : https://pypi.io/project/vcrpy
License : MIT
Description : Simplify and speed up testing HTTP by recording all HTTP interactions and
: saving them to "cassette" files, which are yaml files containing the contents
: of your requests and responses. Then when you run your tests again, they all
: just hit the text files instead of the internet. This speeds up your tests and
: lets you work offline.
:
: If the server you are testing against ever changes its API, all you need to do
: is delete your existing cassette files, and run your tests again. All of the
: mocked responses will be updated with the new API.