How to Install and Uninstall python3-django-pytest.noarch Package on Fedora 38

Last updated: January 11,2025

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

Learn how to install python3-django-pytest.noarch on Fedora 38

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

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

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

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

3. Information about the python3-django-pytest.noarch package on Fedora 38

Last metadata expiration check: 3:39:51 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-django-pytest
Version : 0.2.0
Release : 33.fc38
Architecture : noarch
Size : 30 k
Source : python-django-pytest-0.2.0-33.fc38.src.rpm
Repository : fedora
Summary : Allows you to use py.test as a django test runner
URL : https://github.com/buchuki/django-pytest
License : BSD
Description : Django is a high-level Python Web framework that encourages rapid
: development and a clean, pragmatic design. It focuses on automating as
: much as possible and adhering to the DRY (Don't Repeat Yourself)
: principle.