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

Last updated: May 10,2024

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

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

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

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

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

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

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

Last metadata expiration check: 5:38:44 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-django-pytest
Version : 0.2.0
Release : 27.fc34
Architecture : noarch
Size : 23 k
Source : python-django-pytest-0.2.0-27.fc34.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.