How to Install and Uninstall python3-pytest Package on Ubuntu 21.10 (Impish Indri)

Last updated: April 30,2024

1. Install "python3-pytest" package

Please follow the instructions below to install python3-pytest on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-pytest

2. Uninstall "python3-pytest" package

Please follow the steps below to uninstall python3-pytest on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-pytest package on Ubuntu 21.10 (Impish Indri)

Package: python3-pytest
Architecture: all
Version: 6.0.2-2ubuntu1
Priority: optional
Section: universe/python
Source: pytest
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 984
Depends: python3-attr (>= 17.4.0), python3-more-itertools, python3-pkg-resources, python3-pluggy (>= 0.12), python3-py (>= 1.5.0), python3-iniconfig, python3-packaging, python3-pluggy (<< 1.0), python3-toml, python3:any
Recommends: python3-pygments
Breaks: python3-flaky (<< 3.6.1-1~), python3-pytest-cov (<< 2.7.1-1~), python3-pytest-mock (<< 1.10.4-1~), python3-pytest-xdist (<< 1.29.0-1~), python3-pytest-xvfb (<< 1.2.0-1~)
Filename: pool/universe/p/pytest/python3-pytest_6.0.2-2ubuntu1_all.deb
Size: 205172
MD5sum: 27e3ae4033ee0727d68fbb2750d27b68
SHA1: 13c43f80d6518efae26e5c45b0b61b8d28b197fb
SHA256: cf54cb61851db4f79167b20b628fa657872f82907d706723bf36890b68a265f3
SHA512: 6971382a9fe54814f371f82147a50959f9069b7950a4ee0c95c922a2b0e6f1e84bdbb474b2f6e5008fffd2c0c3bd66459ff9b64fb4400ade27fc84052d17214d
Homepage: https://pytest.org/
Description-en: Simple, powerful testing in Python3
This testing tool has for objective to allow the developers to limit the
boilerplate code around the tests, promoting the use of built-in
mechanisms such as the `assert` keyword.
.
This package provides the Python 3 module and the py.test-3 script.
Description-md5: a5dad4d5b22160c775ca39b2d4780244
Task: ubuntustudio-audio