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

Last updated: November 26,2024

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

Here is a brief guide to show you how to install python3-django-pytest.noarch on Fedora 39

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

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

Please follow the instructions below to uninstall python3-django-pytest.noarch on Fedora 39:

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

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

Last metadata expiration check: 0:51:42 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-django-pytest
Version : 0.2.0
Release : 35.fc39
Architecture : noarch
Size : 30 k
Source : python-django-pytest-0.2.0-35.fc39.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.