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

Last updated: May 08,2024

1. Install "python3-pytest-asyncio" package

Please follow the instructions below to install python3-pytest-asyncio on Kali Linux

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

2. Uninstall "python3-pytest-asyncio" package

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

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

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

Package: python3-pytest-asyncio
Source: python-pytest-asyncio
Version: 0.20.3-1.2
Installed-Size: 48
Maintainer: Jonas Smedegaard
Architecture: all
Depends: python3-async-generator, python3-pytest (>= 5.4.0), python3-typing-extensions | python3-supported-min (>= 3.8), python3:any
Breaks: python3-pytest-mock (<= 3.7.0)
Size: 13304
SHA256: 1582f0eae5ef19c3ee72a404055f75234a6b200216ece89c2ef9150d4b61c143
SHA1: 4b5d927d0e31fd0ac7fe794ec7587fff745d0fe5
MD5sum: 94449868ff40434e6bd73143ab4f15f6
Description: pytest support for asyncio.
pytest-asyncio is a ibrary for testing asyncio code with pytest.
.
asyncio code is usually written in the form of coroutines,
which makes it slightly more difficult to test
using normal testing tools.
pytest-asyncio provides useful fixtures and markers
to make testing easier.
Description-md5:
Homepage: https://github.com/pytest-dev/pytest-asyncio
Section: python
Priority: optional
Filename: pool/main/p/python-pytest-asyncio/python3-pytest-asyncio_0.20.3-1.2_all.deb