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

Last updated: July 01,2024

1. Install "python-pytest-django" package

This tutorial shows how to install python-pytest-django on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-pytest-django" package

Please follow the steps below to uninstall python-pytest-django on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-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: python-pytest, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/pytest-django/python-pytest-django_2.9.1-2_all.deb
Size: 14958
MD5sum: 467ea0d6b90cf8131c8272daa842eee2
SHA1: 5a16e06f242ef63d66dea5e8975cf86489fc5412
SHA256: 76530c601a29f5a22314e20194f1059e0a152c8d833eb8bbd13ef42179ae656e
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 2 version.
Description-md5: 35a6d67f1bc066ae9548a51400401787
Homepage: http://pytest-django.readthedocs.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu