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

Last updated: January 16,2025

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

Please follow the guidance below to install python3-django-pytest.noarch on Fedora 36

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

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

Please follow the guidance below to uninstall python3-django-pytest.noarch on Fedora 36:

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

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

Last metadata expiration check: 0:19:43 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-django-pytest
Version : 0.2.0
Release : 30.fc36
Architecture : noarch
Size : 22 k
Source : python-django-pytest-0.2.0-30.fc36.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.