How to Install and Uninstall python3-pytest-expect Package on Kali Linux

Last updated: September 20,2024

1. Install "python3-pytest-expect" package

Please follow the guidance below to install python3-pytest-expect on Kali Linux

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

2. Uninstall "python3-pytest-expect" package

Here is a brief guide to show you how to uninstall python3-pytest-expect on Kali Linux:

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

3. Information about the python3-pytest-expect package on Kali Linux

Package: python3-pytest-expect
Source: pytest-expect
Version: 1.1.0-3
Installed-Size: 27
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pytest, python3-six, python3-u-msgpack, python3:any
Size: 5904
SHA256: ed74c3fa4563ee81fb76b748cb3bc2cf7114a8da9fa4b32074a9e83c935fcd03
SHA1: ead3989955a95c35f507c77fc6a8afb766289926
MD5sum: e0ec9370b47e63d281d5b317bb7053ee
Description: py.test-3 plugin to store test expectations
A py.test plugin that stores test expectations by saving the set of failing
tests, allowing them to be marked as xfail when running them in future. The
tests expectations are stored such that they can be distributed alongside the
tests. However, note that test expectations can only be reliably shared between
Python 2 and Python 3 if they only use ASCII characters in their node ids: this
likely isn’t a limitation if tests are using the normal Python format, as
Python 2 only allows ASCII characters in identifiers.
.
This package contains the Python 3 version of pytest-expect.
Description-md5:
Homepage: https://github.com/gsnedders/pytest-expect
Section: python
Priority: optional
Filename: pool/main/p/pytest-expect/python3-pytest-expect_1.1.0-3_all.deb