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

Last updated: May 11,2024

1. Install "python3-flaky" package

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

$ sudo apt update $ sudo apt install python3-flaky

2. Uninstall "python3-flaky" package

In this section, we are going to explain the necessary steps to uninstall python3-flaky on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-flaky
Priority: optional
Section: universe/python
Installed-Size: 96
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-flaky
Version: 3.1.0-1
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-flaky/python3-flaky_3.1.0-1_all.deb
Size: 19592
MD5sum: 8a2cb8ae69c0b59fcd2915b52749eae1
SHA1: 4001b30586c86357d7a3fef3a3b2e07c913a70b4
SHA256: 9e7b13ba22af0bb96f433679d19edfdf30ff3e50d83ebe741c0b71c7a65d2ad0
Description-en: Plugin for nose or py.test that automatically reruns flaky tests (Python 3)
Flaky is a plugin for nose or py.test that automatically reruns flaky tests.
.
Ideally, tests reliably pass or fail, but sometimes test fixtures must rely on
components that aren't 100% reliable. With flaky, instead of removing those
tests or marking them to @skip, they can be automatically retried.
.
This package contains the Python 3 version of flaky.
Description-md5: 4a5e656e114e9be66dc200af9506b087
Homepage: https://github.com/box/flaky
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu