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

Last updated: May 09,2024

1. Install "python3-pytest-tornado" package

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

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

2. Uninstall "python3-pytest-tornado" package

This guide covers the steps necessary to uninstall python3-pytest-tornado on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-pytest-tornado
Priority: optional
Section: universe/python
Installed-Size: 57
Maintainer: Ubuntu Developers
Original-Maintainer: Daniel Stender
Architecture: all
Source: pytest-tornado
Version: 0.4.4-1
Depends: python3-pytest, python3-tornado, python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/pytest-tornado/python3-pytest-tornado_0.4.4-1_all.deb
Size: 5648
MD5sum: 29ab48e8fb8f2243966f18f8fac21f5e
SHA1: 7bd64da7f4b0d9b49e68e62b70e5cdd8a7d41b4f
SHA256: a4918b0b03b8407420cd434ab503f505b08f0284e18c1f4f469d886d26a43fa1
Description-en: py.test plugin to test Tornado applications (Python 3)
pytest-tornado is a plugin for the Pytest testing framework which
provides fixtures and markers to simplify testing of Tornado applications
(Python web framework and ansynchronous networking library).
.
This package contains the plugin for Python 3 code.
Description-md5: 48eaf36b4e8afc663397bb7ad8154547
Homepage: https://github.com/eugeniy/pytest-tornado
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu