How to Install and Uninstall python3-pytest-django.noarch Package on CentOS Stream 9

Last updated: October 07,2024

1. Install "python3-pytest-django.noarch" package

This is a short guide on how to install python3-pytest-django.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install python3-pytest-django.noarch

2. Uninstall "python3-pytest-django.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-pytest-django.noarch on CentOS Stream 9:

$ sudo dnf remove python3-pytest-django.noarch $ sudo dnf autoremove

3. Information about the python3-pytest-django.noarch package on CentOS Stream 9

Last metadata expiration check: 2:44:23 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-pytest-django
Version : 4.1.0
Release : 1.el9
Architecture : noarch
Size : 39 k
Source : python-pytest-django-4.1.0-1.el9.src.rpm
Repository : epel
Summary : A Django plugin for pytest
URL : https://pytest-django.readthedocs.io/
License : BSD
Description : pytest-django allows you to test your Django project/applications with the
: pytest testing tool.