How to Install and Uninstall python3-pytest-django Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "python3-pytest-django" package

In this section, we are going to explain the necessary steps to install python3-pytest-django on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-pytest-django

2. Uninstall "python3-pytest-django" package

Here is a brief guide to show you how to uninstall python3-pytest-django on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-pytest-django $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pytest-django package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-pytest-django
Priority: optional
Section: universe/python
Installed-Size: 67
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: pytest-django
Version: 2.9.1-2
Depends: python3-pytest, python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/pytest-django/python3-pytest-django_2.9.1-2_all.deb
Size: 15018
MD5sum: 7918356922dca2c690b220dcbdc3230f
SHA1: 1f1fc3548eaa846753a96f440194f86ff5141fae
SHA256: 92b53c7bfd5cb5ef47a63eb7e07e436b58fa094f2c1385089c6f82f611df41e5
Description-en: Django plugin for py.test.
Running your test suite with pytest-django allows you to access features
of pytest that wouldn't normally be available with the Django’s
manage.py test command.
.
This package contains the python 3 version.
Description-md5: 7423ea053eeb01e0dda3af4cd2474c44
Homepage: http://pytest-django.readthedocs.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu