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

Last updated: May 17,2024

1. Install "pypy-flaky" package

This guide let you learn how to install pypy-flaky on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pypy-flaky

2. Uninstall "pypy-flaky" package

Learn how to uninstall pypy-flaky on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: pypy-flaky
Priority: optional
Section: universe/python
Installed-Size: 93
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-flaky
Version: 3.1.0-1
Depends: pypy
Filename: pool/universe/p/python-flaky/pypy-flaky_3.1.0-1_all.deb
Size: 17172
MD5sum: 11ee5d22a2bf9d444c04f47f0432b0e7
SHA1: 3520ba4f6352be65e2843da747325f094122175d
SHA256: 86ffeb55110946dfe3b6dbe0b6e224dd8237c0c223f2113ade3d1e5ea00a33c9
Description-en: Plugin for nose or py.test that automatically reruns flaky tests (PyPy)
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 PyPy version of flaky.
Description-md5: b0628411e987d85b1dd2ccd6e8f2b28a
Homepage: https://github.com/box/flaky
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu